Html Css Color HEX #29759D Lochmara

📋 copy color: '#29759D'

red 41 ◦ green 117 ◦ blue 157

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

Shades of Lochmara #29759D

Tints of Lochmara #29759D

RGB

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

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

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

R = 13.02%
G = 37.14%
B = 49.84%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29759D (or 0x29759D) is known color: Lochmara. HEX triplet: 29, 75 and 9D. RGB value is (41,117,157). Sum of RGB (Red+Green+Blue) = 41+117+157=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #29759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29759D is #D68A62. Grayscale: #626262. Windows color (decimal): -14060131 or 10319145. OLE color: 10319145.

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

Color convert

RGB 41 117 157 -
CMYK 0.74 0.25 0 0.38
HSL 200.69º 0.59% 0.39% -
HSV(B) 200.69º 0.74% 0.62% -
XYZ 13.36 15.63 34.21 -
YUV 98.84 160.82 86.75 -
System Red Green Blue C M Y K H S L
Decimal 41 117 157 0.74 0.25 0 0.38 200.69 0.59 0.39
Hex 29 75 9D 4A 19 0 26 C9 3B 27
Octal 51 165 235 112 31 0 46 311 73 47
Binary 101001 1110101 10011101 1001010 11001 0 100110 11001001 111011 100111

Color Harmonies of #29759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29759D

Black with #29759D

Text Example


Text Example

White with #29759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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