#296069

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

Shades of Blumine #296069

Tints of Blumine #296069

Color information

#296069 (or 0x296069) is unknown color: approx Blumine. HEX triplet: 29, 60 and 69. RGB value is (41,96,105). Sum of RGB (Red+Green+Blue) = 41+96+105=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #296069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296069 is #D69F96. Grayscale: #505050. Windows color (decimal): -14065559 or 6905897. OLE color: 6905897.

HSL color Cylindrical-coordinate representation of color #296069: hue angle of 188.44º 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 #296069 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4196105-
CMYK0.610.0900.59
HSL188.44º43.84%28.63%-
HSV(B)188.44º60.95%41.18%-
XYZ7.659.8614.86-
YUV80.58141.7899.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=16.94%
G=39.67%
B=43.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41961050.610.0900.59188.4443.8428.63
Hex2960693D903Bbc2c1d
Octal5114015175110732745435
Binary10100111000001101001111101100101110111011110010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296069; }

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

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

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

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

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

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

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

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