#2D60A9

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

Shades of Lochmara #2D60A9

Tints of Lochmara #2D60A9

Color information

#2D60A9 (or 0x2D60A9) is unknown color: approx Lochmara. HEX triplet: 2D, 60 and A9. RGB value is (45,96,169). Sum of RGB (Red+Green+Blue) = 45+96+169=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 169 (66.41% from 255 or 54.52% from 310); Max value from RGB is 169 - color contains mainly: blue. Hex color #2D60A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D60A9 is #D29F56. Grayscale: #585858. Windows color (decimal): -13803351 or 11100205. OLE color: 11100205.

HSL color Cylindrical-coordinate representation of color #2D60A9: hue angle of 215.32º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D60A9 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4596169-
CMYK0.730.4300.34
HSL215.32º57.94%41.96%-
HSV(B)215.32º73.37%66.27%-
XYZ12.4311.7939.16-
YUV89.07173.196.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.52%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 169 (66.41% from 255) = 54.52%
R=14.52%
G=30.97%
B=54.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal45961690.730.4300.34215.3257.9441.96
Hex2D60A9492B022d73a2a
Octal55140251111530423277252
Binary1011011100000101010011001001101011010001011010111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D60A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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