Html Css Color HEX #29709C Lochmara

📋 copy color: '#29709C'

red 41 ◦ green 112 ◦ blue 156

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

Shades of Lochmara #29709C

Tints of Lochmara #29709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.49%

R = 13.27%
G = 36.25%
B = 50.49%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29709C (or 0x29709C) is known color: Lochmara. HEX triplet: 29, 70 and 9C. RGB value is (41,112,156). Sum of RGB (Red+Green+Blue) = 41+112+156=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #29709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29709C is #D68F63. Grayscale: #5F5F5F. Windows color (decimal): -14061412 or 10252329. OLE color: 10252329.

HSL color Cylindrical-coordinate representation of color #29709C: hue angle of 202.96º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29709C is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 112 156 -
CMYK 0.74 0.28 0 0.39
HSL 202.96º 0.58% 0.39% -
HSV(B) 202.96º 0.74% 0.61% -
XYZ 12.71 14.46 33.57 -
YUV 95.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 41 112 156 0.74 0.28 0 0.39 202.96 0.58 0.39
Hex 29 70 9C 4A 1C 0 27 CB 3A 27
Octal 51 160 234 112 34 0 47 313 72 47
Binary 101001 1110000 10011100 1001010 11100 0 100111 11001011 111010 100111

Color Harmonies of #29709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29709C

Black with #29709C

Text Example


Text Example

White with #29709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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