#2D7CAD

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

Shades of Lochmara #2D7CAD

Tints of Lochmara #2D7CAD

Color information

#2D7CAD (or 0x2D7CAD) is unknown color: approx Lochmara. HEX triplet: 2D, 7C and AD. RGB value is (45,124,173). Sum of RGB (Red+Green+Blue) = 45+124+173=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D7CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7CAD is #D28352. Grayscale: #696969. Windows color (decimal): -13796179 or 11369517. OLE color: 11369517.

HSL color Cylindrical-coordinate representation of color #2D7CAD: hue angle of 202.97º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D7CAD is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB45124173-
CMYK0.740.2800.32
HSL202.97º58.72%42.75%-
HSV(B)202.97º73.99%67.84%-
XYZ15.8317.9942.17-
YUV105.96165.8384.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.16%
GREEN value IS 124 (48.83% from 255) = 36.26%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=13.16%
G=36.26%
B=50.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451241730.740.2800.32202.9758.7242.75
Hex2D7CAD4A1C020cb3b2b
Octal55174255112340403137353
Binary101101111110010101101100101011100010000011001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,124,173); }

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

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

 a { background-color: rgb(45,124,173); }

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

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

 span { border-color: rgb(45,124,173); }

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