Html Css Color HEX #29709E Lochmara

📋 copy color: '#29709E'

red 41 ◦ green 112 ◦ blue 158

#29709E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #29709E

Tints of Lochmara #29709E

RGB

 RED value IS 41 (16.41% from 255) = 13.18%

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 158 (62.11% from 255) = 50.8%

R = 13.18%
G = 36.01%
B = 50.8%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29709E (or 0x29709E) is known color: Lochmara. HEX triplet: 29, 70 and 9E. RGB value is (41,112,158). Sum of RGB (Red+Green+Blue) = 41+112+158=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #29709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29709E is #D68F61. Grayscale: #5F5F5F. Windows color (decimal): -14061410 or 10383401. OLE color: 10383401.

HSL color Cylindrical-coordinate representation of color #29709E: hue angle of 203.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29709E is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 112 158 -
CMYK 0.74 0.29 0 0.38
HSL 203.59º 0.59% 0.39% -
HSV(B) 203.59º 0.74% 0.62% -
XYZ 12.88 14.53 34.47 -
YUV 96.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 41 112 158 0.74 0.29 0 0.38 203.59 0.59 0.39
Hex 29 70 9E 4A 1D 0 26 CC 3B 27
Octal 51 160 236 112 35 0 46 314 73 47
Binary 101001 1110000 10011110 1001010 11101 0 100110 11001100 111011 100111

Color Harmonies of #29709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29709E

Black with #29709E

Text Example


Text Example

White with #29709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29709E; }

 p { color: rgb(41,112,158); }

 H1.HeaderClassName
 {
   color: #29709E;
 }
 .AnyTagClassName
 {
   color: #29709E;
 }
</style>

background-color css

<style>
 a { background-color: #29709E; }

 a { background-color: rgb(41,112,158); }

 div.DivClassName
 {
   background-color: #29709E;
 }
 .BgClassName
 {
   background-color: #29709E;
 }
</style>

border-color css

<style>
 span { border-color: #29709E; }

 span { border-color: rgb(41,112,158); }

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