Html Css Color HEX #29709D Lochmara

📋 copy color: '#29709D'

red 41 ◦ green 112 ◦ blue 157

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

Shades of Lochmara #29709D

Tints of Lochmara #29709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.65%

R = 13.23%
G = 36.13%
B = 50.65%

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

#29709D (or 0x29709D) is known color: Lochmara. HEX triplet: 29, 70 and 9D. RGB value is (41,112,157). Sum of RGB (Red+Green+Blue) = 41+112+157=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #29709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29709D is #D68F62. Grayscale: #5F5F5F. Windows color (decimal): -14061411 or 10317865. OLE color: 10317865.

HSL color Cylindrical-coordinate representation of color #29709D: hue angle of 203.28º 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 #29709D is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 112 157 -
CMYK 0.74 0.29 0 0.38
HSL 203.28º 0.59% 0.39% -
HSV(B) 203.28º 0.74% 0.62% -
XYZ 12.79 14.49 34.02 -
YUV 95.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 41 112 157 0.74 0.29 0 0.38 203.28 0.59 0.39
Hex 29 70 9D 4A 1D 0 26 CB 3B 27
Octal 51 160 235 112 35 0 46 313 73 47
Binary 101001 1110000 10011101 1001010 11101 0 100110 11001011 111011 100111

Color Harmonies of #29709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29709D

Black with #29709D

Text Example


Text Example

White with #29709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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