Html Css Color HEX #29629B Lochmara

📋 copy color: '#29629B'

red 41 ◦ green 98 ◦ blue 155

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

Shades of Lochmara #29629B

Tints of Lochmara #29629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

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

R = 13.95%
G = 33.33%
B = 52.72%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29629B (or 0x29629B) is known color: Lochmara. HEX triplet: 29, 62 and 9B. RGB value is (41,98,155). Sum of RGB (Red+Green+Blue) = 41+98+155=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #29629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29629B is #D69D64. Grayscale: #575757. Windows color (decimal): -14064997 or 10183209. OLE color: 10183209.

HSL color Cylindrical-coordinate representation of color #29629B: hue angle of 210º 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 #29629B is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 98 155 -
CMYK 0.74 0.37 0 0.39
HSL 210º 0.58% 0.38% -
HSV(B) 210º 0.74% 0.61% -
XYZ 11.2 11.57 32.65 -
YUV 87.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 41 98 155 0.74 0.37 0 0.39 210 0.58 0.38
Hex 29 62 9B 4A 25 0 27 D2 3A 26
Octal 51 142 233 112 45 0 47 322 72 46
Binary 101001 1100010 10011011 1001010 100101 0 100111 11010010 111010 100110

Color Harmonies of #29629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29629B

Black with #29629B

Text Example


Text Example

White with #29629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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