#29616B

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

Shades of Blumine #29616B

Tints of Blumine #29616B

Color information

#29616B (or 0x29616B) is unknown color: approx Blumine. HEX triplet: 29, 61 and 6B. RGB value is (41,97,107). Sum of RGB (Red+Green+Blue) = 41+97+107=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #29616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29616B is #D69E94. Grayscale: #515151. Windows color (decimal): -14065301 or 7037225. OLE color: 7037225.

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

Color convert

RGB4197107-
CMYK0.620.0900.58
HSL189.09º44.59%29.02%-
HSV(B)189.09º61.68%41.96%-
XYZ7.8410.0815.44-
YUV81.4142.4599.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=16.73%
G=39.59%
B=43.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41971070.620.0900.58189.0944.5929.02
Hex29616B3E903Abd2d1d
Octal5114115376110722755535
Binary10100111000011101011111110100101110101011110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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