#2475AD

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

Shades of Lochmara #2475AD

Tints of Lochmara #2475AD

Color information

#2475AD (or 0x2475AD) is unknown color: approx Lochmara. HEX triplet: 24, 75 and AD. RGB value is (36,117,173). Sum of RGB (Red+Green+Blue) = 36+117+173=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #2475AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2475AD is #DB8A52. Grayscale: #626262. Windows color (decimal): -14387795 or 11367716. OLE color: 11367716.

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

Color convert

RGB36117173-
CMYK0.790.3200.32
HSL204.53º65.55%40.98%-
HSV(B)204.53º79.19%67.84%-
XYZ14.6316.1141.87-
YUV99.16169.6682.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.04%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=11.04%
G=35.89%
B=53.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361171730.790.3200.32204.5365.5540.98
Hex2475AD4F20020cd4229
Octal441652551174004031510251
Binary10010011101011010110110011111000000100000110011011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2475AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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