#29616C

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

Shades of Blumine #29616C

Tints of Blumine #29616C

Color information

#29616C (or 0x29616C) is unknown color: approx Blumine. HEX triplet: 29, 61 and 6C. RGB value is (41,97,108). Sum of RGB (Red+Green+Blue) = 41+97+108=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #29616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29616C is #D69E93. Grayscale: #515151. Windows color (decimal): -14065300 or 7102761. OLE color: 7102761.

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

Color convert

RGB4197108-
CMYK0.620.1000.58
HSL189.85º44.97%29.22%-
HSV(B)189.85º62.04%42.35%-
XYZ7.910.115.72-
YUV81.51142.9599.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=16.67%
G=39.43%
B=43.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41971080.620.1000.58189.8544.9729.22
Hex29616C3EA03Abe2d1d
Octal5114115476120722765535
Binary10100111000011101100111110101001110101011111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29616C;
 }
 .AnyTagClassName
 {
   color: #29616C;
 }
</style>
background-color css

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

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

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

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

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

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