Html Css Color HEX #29759F Lochmara

📋 copy color: '#29759F'

red 41 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #29759F

Tints of Lochmara #29759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 12.93%
G = 36.91%
B = 50.16%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29759F (or 0x29759F) is known color: Lochmara. HEX triplet: 29, 75 and 9F. RGB value is (41,117,159). Sum of RGB (Red+Green+Blue) = 41+117+159=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #29759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29759F is #D68A60. Grayscale: #626262. Windows color (decimal): -14060129 or 10450217. OLE color: 10450217.

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

Color convert

RGB 41 117 159 -
CMYK 0.74 0.26 0 0.38
HSL 201.36º 0.59% 0.39% -
HSV(B) 201.36º 0.74% 0.62% -
XYZ 13.53 15.7 35.12 -
YUV 99.06 161.82 86.58 -
System Red Green Blue C M Y K H S L
Decimal 41 117 159 0.74 0.26 0 0.38 201.36 0.59 0.39
Hex 29 75 9F 4A 1A 0 26 C9 3B 27
Octal 51 165 237 112 32 0 46 311 73 47
Binary 101001 1110101 10011111 1001010 11010 0 100110 11001001 111011 100111

Color Harmonies of #29759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29759F

Black with #29759F

Text Example


Text Example

White with #29759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29759F; }

 p { color: rgb(41,117,159); }

 H1.HeaderClassName
 {
   color: #29759F;
 }
 .AnyTagClassName
 {
   color: #29759F;
 }
</style>

background-color css

<style>
 a { background-color: #29759F; }

 a { background-color: rgb(41,117,159); }

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

border-color css

<style>
 span { border-color: #29759F; }

 span { border-color: rgb(41,117,159); }

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