Html Css Color HEX #29616D Blumine

📋 copy color: '#29616D'

red 41 ◦ green 97 ◦ blue 109

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

Shades of Blumine #29616D

Tints of Blumine #29616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 16.6%
G = 39.27%
B = 44.13%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29616D (or 0x29616D) is known color: Blumine. HEX triplet: 29, 61 and 6D. RGB value is (41,97,109). Sum of RGB (Red+Green+Blue) = 41+97+109=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #29616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29616D is #D69E92. Grayscale: #515151. Windows color (decimal): -14065299 or 7168297. OLE color: 7168297.

HSL color Cylindrical-coordinate representation of color #29616D: hue angle of 190.59º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29616D is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 97 109 -
CMYK 0.62 0.11 0 0.57
HSL 190.59º 0.45% 0.29% -
HSV(B) 190.59º 0.62% 0.43% -
XYZ 7.95 10.12 16 -
YUV 81.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 41 97 109 0.62 0.11 0 0.57 190.59 0.45 0.29
Hex 29 61 6D 3E B 0 39 BF 2D 1D
Octal 51 141 155 76 13 0 71 277 55 35
Binary 101001 1100001 1101101 111110 1011 0 111001 10111111 101101 11101

Color Harmonies of #29616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29616D

Black with #29616D

Text Example


Text Example

White with #29616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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