#2D609E

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

Shades of Lochmara #2D609E

Tints of Lochmara #2D609E

Color information

#2D609E (or 0x2D609E) is unknown color: approx Lochmara. HEX triplet: 2D, 60 and 9E. RGB value is (45,96,158). Sum of RGB (Red+Green+Blue) = 45+96+158=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D609E is #D29F61. Grayscale: #575757. Windows color (decimal): -13803362 or 10379309. OLE color: 10379309.

HSL color Cylindrical-coordinate representation of color #2D609E: hue angle of 212.92º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D609E is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4596158-
CMYK0.720.3900.38
HSL212.92º55.67%39.8%-
HSV(B)212.92º71.52%61.96%-
XYZ11.4411.3933.94-
YUV87.82167.697.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.05%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=15.05%
G=32.11%
B=52.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45961580.720.3900.38212.9255.6739.8
Hex2D609E4827026d53828
Octal55140236110470463257050
Binary1011011100000100111101001000100111010011011010101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D609E; }

 p { color: rgb(45,96,158); }

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

<style>
 a { background-color: #2D609E; }

 a { background-color: rgb(45,96,158); }

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

<style>
 span { border-color: #2D609E; }

 span { border-color: rgb(45,96,158); }

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