#2475B4

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

Shades of Lochmara #2475B4

Tints of Lochmara #2475B4

Color information

#2475B4 (or 0x2475B4) is unknown color: approx Lochmara. HEX triplet: 24, 75 and B4. RGB value is (36,117,180). Sum of RGB (Red+Green+Blue) = 36+117+180=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #2475B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475B4 is #DB8A4B. Grayscale: #636363. Windows color (decimal): -14387788 or 11826468. OLE color: 11826468.

HSL color Cylindrical-coordinate representation of color #2475B4: hue angle of 206.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2475B4 is Cyan = 0.8, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB36117180-
CMYK0.80.3500.29
HSL206.25º66.67%42.35%-
HSV(B)206.25º80%70.59%-
XYZ15.3316.3945.54-
YUV99.96173.1682.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.81%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=10.81%
G=35.14%
B=54.05%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361171800.80.3500.29206.2566.6742.35
Hex2475B4502301Dce432a
Octal441652641204303531610352
Binary1001001110101101101001010000100011011101110011101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2475B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2475B4; }

 p { color: rgb(36,117,180); }

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

<style>
 a { background-color: #2475B4; }

 a { background-color: rgb(36,117,180); }

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

<style>
 span { border-color: #2475B4; }

 span { border-color: rgb(36,117,180); }

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