Html Css Color HEX #29649D Lochmara

📋 copy color: '#29649D'

red 41 ◦ green 100 ◦ blue 157

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

Shades of Lochmara #29649D

Tints of Lochmara #29649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 13.76%
G = 33.56%
B = 52.68%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29649D (or 0x29649D) is known color: Lochmara. HEX triplet: 29, 64 and 9D. RGB value is (41,100,157). Sum of RGB (Red+Green+Blue) = 41+100+157=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #29649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29649D is #D69B62. Grayscale: #585858. Windows color (decimal): -14064483 or 10314793. OLE color: 10314793.

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

Color convert

RGB 41 100 157 -
CMYK 0.74 0.36 0 0.38
HSL 209.48º 0.59% 0.39% -
HSV(B) 209.48º 0.74% 0.62% -
XYZ 11.56 12.02 33.61 -
YUV 88.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 41 100 157 0.74 0.36 0 0.38 209.48 0.59 0.39
Hex 29 64 9D 4A 24 0 26 D1 3B 27
Octal 51 144 235 112 44 0 46 321 73 47
Binary 101001 1100100 10011101 1001010 100100 0 100110 11010001 111011 100111

Color Harmonies of #29649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29649D

Black with #29649D

Text Example


Text Example

White with #29649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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