#2474a4

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

Shades of Lochmara #2474A4

Tints of Lochmara #2474A4

Color information

#2474A4 (or 0x2474A4) is unknown color: approx Lochmara. HEX triplet: 24, 74 and A4. RGB value is (36,116,164). Sum of RGB (Red+Green+Blue) = 36+116+164=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #2474A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2474A4 is #DB8B5B. Grayscale: #616161. Windows color (decimal): -14388060 or 10777636. OLE color: 10777636.

HSL color Cylindrical-coordinate representation of color #2474A4: hue angle of 202.5º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2474A4 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB36116164-
CMYK0.780.2900.36
HSL202.5º64%39.22%-
HSV(B)202.5º78.05%64.31%-
XYZ13.6715.5537.4-
YUV97.55165.584.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 164 (64.45% from 255) = 51.90%
R=11.39%
G=36.71%
B=51.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal361161640.780.2900.36202.56439.22
Hex2474A44E1D024ca4027
Octal441642441163504431210047
Binary1001001110100101001001001110111010100100110010101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2474a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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