#29626B

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

Shades of Blumine #29626B

Tints of Blumine #29626B

Color information

#29626B (or 0x29626B) is unknown color: approx Blumine. HEX triplet: 29, 62 and 6B. RGB value is (41,98,107). Sum of RGB (Red+Green+Blue) = 41+98+107=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #29626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29626B is #D69D94. Grayscale: #515151. Windows color (decimal): -14065045 or 7037481. OLE color: 7037481.

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

Color convert

RGB4198107-
CMYK0.620.0800.58
HSL188.18º44.59%29.02%-
HSV(B)188.18º61.68%41.96%-
XYZ7.9410.2715.47-
YUV81.98142.1298.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=16.67%
G=39.84%
B=43.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41981070.620.0800.58188.1844.5929.02
Hex29626B3E803Abc2d1d
Octal5114215376100722745535
Binary10100111000101101011111110100001110101011110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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