#2D7197

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

Shades of Lochmara #2D7197

Tints of Lochmara #2D7197

Color information

#2D7197 (or 0x2D7197) is unknown color: approx Lochmara. HEX triplet: 2D, 71 and 97. RGB value is (45,113,151). Sum of RGB (Red+Green+Blue) = 45+113+151=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #2D7197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7197 is #D28E68. Grayscale: #606060. Windows color (decimal): -13799017 or 9924909. OLE color: 9924909.

HSL color Cylindrical-coordinate representation of color #2D7197: hue angle of 201.51º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D7197 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB45113151-
CMYK0.700.2500.41
HSL201.51º54.08%38.43%-
HSV(B)201.51º70.2%59.22%-
XYZ12.5714.631.43-
YUV97158.4790.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.56%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 151 (59.38% from 255) = 48.87%
R=14.56%
G=36.57%
B=48.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal451131510.700.2500.41201.5154.0838.43
Hex2D71974619029ca3626
Octal55161227106310513126646
Binary101101111000110010111100011011001010100111001010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,113,151); }

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

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

 a { background-color: rgb(45,113,151); }

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

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

 span { border-color: rgb(45,113,151); }

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