#296269

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

Shades of Blumine #296269

Tints of Blumine #296269

Color information

#296269 (or 0x296269) is unknown color: approx Blumine. HEX triplet: 29, 62 and 69. RGB value is (41,98,105). Sum of RGB (Red+Green+Blue) = 41+98+105=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #296269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296269 is #D69D96. Grayscale: #515151. Windows color (decimal): -14065047 or 6906409. OLE color: 6906409.

HSL color Cylindrical-coordinate representation of color #296269: hue angle of 186.56º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296269 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4198105-
CMYK0.610.0700.59
HSL186.56º43.84%28.63%-
HSV(B)186.56º60.95%41.18%-
XYZ7.8310.2314.93-
YUV81.76141.1298.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=16.80%
G=40.16%
B=43.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41981050.610.0700.59186.5643.8428.63
Hex2962693D703Bbb2c1d
Octal511421517570732735435
Binary1010011100010110100111110111101110111011101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296269; }

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

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

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

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

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

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

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

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