#2474AE

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

Shades of Lochmara #2474AE

Tints of Lochmara #2474AE

Color information

#2474AE (or 0x2474AE) is unknown color: approx Lochmara. HEX triplet: 24, 74 and AE. RGB value is (36,116,174). Sum of RGB (Red+Green+Blue) = 36+116+174=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #2474AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2474AE is #DB8B51. Grayscale: #626262. Windows color (decimal): -14388050 or 11432996. OLE color: 11432996.

HSL color Cylindrical-coordinate representation of color #2474AE: hue angle of 205.22º 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 #2474AE is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36116174-
CMYK0.790.3300.32
HSL205.22º65.71%41.18%-
HSV(B)205.22º79.31%68.24%-
XYZ14.6115.9242.35-
YUV98.69170.583.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.04%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=11.04%
G=35.58%
B=53.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361161740.790.3300.32205.2265.7141.18
Hex2474AE4F21020cd4229
Octal441642561174104031510251
Binary10010011101001010111010011111000010100000110011011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2474AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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