#2469AE

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

Shades of Lochmara #2469AE

Tints of Lochmara #2469AE

Color information

#2469AE (or 0x2469AE) is unknown color: approx Lochmara. HEX triplet: 24, 69 and AE. RGB value is (36,105,174). Sum of RGB (Red+Green+Blue) = 36+105+174=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #2469AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2469AE is #DB9651. Grayscale: #5B5B5B. Windows color (decimal): -14390866 or 11430180. OLE color: 11430180.

HSL color Cylindrical-coordinate representation of color #2469AE: hue angle of 210º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2469AE is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36105174-
CMYK0.790.4000.32
HSL210º65.71%41.18%-
HSV(B)210º79.31%68.24%-
XYZ13.4213.5341.95-
YUV92.24174.1487.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.43%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=11.43%
G=33.33%
B=55.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361051740.790.4000.3221065.7141.18
Hex2469AE4F28020d24229
Octal441512561175004032210251
Binary10010011010011010111010011111010000100000110100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2469AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2469AE; }

 p { color: rgb(36,105,174); }

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

<style>
 a { background-color: #2469AE; }

 a { background-color: rgb(36,105,174); }

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

<style>
 span { border-color: #2469AE; }

 span { border-color: rgb(36,105,174); }

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