#29616D

Color #29616D Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #29616D

Tints of Blumine #29616D

Color information

#29616D (or 0x29616D) is unknown color: approx 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

RGB4197109-
CMYK0.620.1100.57
HSL190.59º45.33%29.41%-
HSV(B)190.59º62.39%42.75%-
XYZ7.9510.1216-
YUV81.62143.4599.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.60%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=16.60%
G=39.27%
B=44.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41971090.620.1100.57190.5945.3329.41
Hex29616D3EB039bf2d1d
Octal5114115576130712775535
Binary10100111000011101101111110101101110011011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>