Html Css Color HEX #29636D Blumine

📋 copy color: '#29636D'

red 41 ◦ green 99 ◦ blue 109

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

Shades of Blumine #29636D

Tints of Blumine #29636D

RGB

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

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

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

R = 16.47%
G = 39.76%
B = 43.78%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29636D (or 0x29636D) is known color: Blumine. HEX triplet: 29, 63 and 6D. RGB value is (41,99,109). Sum of RGB (Red+Green+Blue) = 41+99+109=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #29636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29636D is #D69C92. Grayscale: #525252. Windows color (decimal): -14064787 or 7168809. OLE color: 7168809.

HSL color Cylindrical-coordinate representation of color #29636D: hue angle of 188.82º 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 #29636D is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 99 109 -
CMYK 0.62 0.09 0 0.57
HSL 188.82º 0.45% 0.29% -
HSV(B) 188.82º 0.62% 0.43% -
XYZ 8.14 10.5 16.07 -
YUV 82.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 41 99 109 0.62 0.09 0 0.57 188.82 0.45 0.29
Hex 29 63 6D 3E 9 0 39 BD 2D 1D
Octal 51 143 155 76 11 0 71 275 55 35
Binary 101001 1100011 1101101 111110 1001 0 111001 10111101 101101 11101

Color Harmonies of #29636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29636D

Black with #29636D

Text Example


Text Example

White with #29636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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