#2465AA

Color #2465AA Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2465AA

Tints of Lochmara #2465AA

Color information

#2465AA (or 0x2465AA) is unknown color: approx Lochmara. HEX triplet: 24, 65 and AA. RGB value is (36,101,170). Sum of RGB (Red+Green+Blue) = 36+101+170=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #2465AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2465AA is #DB9A55. Grayscale: #595959. Windows color (decimal): -14391894 or 11167012. OLE color: 11167012.

HSL color Cylindrical-coordinate representation of color #2465AA: hue angle of 210.9º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2465AA is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36101170-
CMYK0.790.4100.33
HSL210.9º65.05%40.39%-
HSV(B)210.9º78.82%66.67%-
XYZ12.6412.5839.79-
YUV89.43173.4789.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=11.73%
G=32.90%
B=55.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361011700.790.4100.33210.965.0540.39
Hex2465AA4F29021d34128
Octal441452521175104132310150
Binary10010011001011010101010011111010010100001110100111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2465AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2465AA; }

 p { color: rgb(36,101,170); }

 H1.HeaderClassName
 {
   color: #2465AA;
 }
 .AnyTagClassName
 {
   color: #2465AA;
 }
</style>
background-color css

<style>
 a { background-color: #2465AA; }

 a { background-color: rgb(36,101,170); }

 div.DivClassName
 {
   background-color: #2465AA;
 }
 .BgClassName
 {
   background-color: #2465AA;
 }
</style>
border-color css

<style>
 span { border-color: #2465AA; }

 span { border-color: rgb(36,101,170); }

 td.TdClassName
 {
   border-color: #2465AA;
 }
 .TagClassName
 {
   border-color: #2465AA;
 }
</style>