Html Css Color HEX #29639B Lochmara

📋 copy color: '#29639B'

red 41 ◦ green 99 ◦ blue 155

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

Shades of Lochmara #29639B

Tints of Lochmara #29639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 13.9%
G = 33.56%
B = 52.54%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29639B (or 0x29639B) is known color: Lochmara. HEX triplet: 29, 63 and 9B. RGB value is (41,99,155). Sum of RGB (Red+Green+Blue) = 41+99+155=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #29639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29639B is #D69C64. Grayscale: #575757. Windows color (decimal): -14064741 or 10183465. OLE color: 10183465.

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

Color convert

RGB 41 99 155 -
CMYK 0.74 0.36 0 0.39
HSL 209.47º 0.58% 0.38% -
HSV(B) 209.47º 0.74% 0.61% -
XYZ 11.29 11.76 32.69 -
YUV 88.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 41 99 155 0.74 0.36 0 0.39 209.47 0.58 0.38
Hex 29 63 9B 4A 24 0 27 D1 3A 26
Octal 51 143 233 112 44 0 47 321 72 46
Binary 101001 1100011 10011011 1001010 100100 0 100111 11010001 111010 100110

Color Harmonies of #29639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29639B

Black with #29639B

Text Example


Text Example

White with #29639B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29639B; }

 p { color: rgb(41,99,155); }

 H1.HeaderClassName
 {
   color: #29639B;
 }
 .AnyTagClassName
 {
   color: #29639B;
 }
</style>

background-color css

<style>
 a { background-color: #29639B; }

 a { background-color: rgb(41,99,155); }

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

border-color css

<style>
 span { border-color: #29639B; }

 span { border-color: rgb(41,99,155); }

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