Html Css Color HEX #29699D Lochmara

📋 copy color: '#29699D'

red 41 ◦ green 105 ◦ blue 157

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

Shades of Lochmara #29699D

Tints of Lochmara #29699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 13.53%
G = 34.65%
B = 51.82%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29699D (or 0x29699D) is known color: Lochmara. HEX triplet: 29, 69 and 9D. RGB value is (41,105,157). Sum of RGB (Red+Green+Blue) = 41+105+157=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #29699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29699D is #D69662. Grayscale: #5B5B5B. Windows color (decimal): -14063203 or 10316073. OLE color: 10316073.

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

Color convert

RGB 41 105 157 -
CMYK 0.74 0.33 0 0.38
HSL 206.9º 0.59% 0.39% -
HSV(B) 206.9º 0.74% 0.62% -
XYZ 12.05 13.01 33.77 -
YUV 91.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 41 105 157 0.74 0.33 0 0.38 206.9 0.59 0.39
Hex 29 69 9D 4A 21 0 26 CF 3B 27
Octal 51 151 235 112 41 0 46 317 73 47
Binary 101001 1101001 10011101 1001010 100001 0 100110 11001111 111011 100111

Color Harmonies of #29699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29699D

Black with #29699D

Text Example


Text Example

White with #29699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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