Html Css Color HEX #29619B Lochmara

📋 copy color: '#29619B'

red 41 ◦ green 97 ◦ blue 155

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

Shades of Lochmara #29619B

Tints of Lochmara #29619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

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

R = 13.99%
G = 33.11%
B = 52.9%

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

#29619B (or 0x29619B) is known color: Lochmara. HEX triplet: 29, 61 and 9B. RGB value is (41,97,155). Sum of RGB (Red+Green+Blue) = 41+97+155=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #29619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29619B is #D69E64. Grayscale: #565656. Windows color (decimal): -14065253 or 10182953. OLE color: 10182953.

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

Color convert

RGB 41 97 155 -
CMYK 0.74 0.37 0 0.39
HSL 210.53º 0.58% 0.38% -
HSV(B) 210.53º 0.74% 0.61% -
XYZ 11.11 11.39 32.62 -
YUV 86.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 41 97 155 0.74 0.37 0 0.39 210.53 0.58 0.38
Hex 29 61 9B 4A 25 0 27 D3 3A 26
Octal 51 141 233 112 45 0 47 323 72 46
Binary 101001 1100001 10011011 1001010 100101 0 100111 11010011 111010 100110

Color Harmonies of #29619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29619B

Black with #29619B

Text Example


Text Example

White with #29619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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