#296071

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

Shades of Blumine #296071

Tints of Blumine #296071

Color information

#296071 (or 0x296071) is unknown color: approx Blumine. HEX triplet: 29, 60 and 71. RGB value is (41,96,113). Sum of RGB (Red+Green+Blue) = 41+96+113=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #296071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296071 is #D69F8E. Grayscale: #515151. Windows color (decimal): -14065551 or 7430185. OLE color: 7430185.

HSL color Cylindrical-coordinate representation of color #296071: hue angle of 194.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296071 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4196113-
CMYK0.640.1500.56
HSL194.17º46.75%30.2%-
HSV(B)194.17º63.72%44.31%-
XYZ8.0810.0317.13-
YUV81.49145.7899.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=16.4%
G=38.4%
B=45.2%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41961130.640.1500.56194.1746.7530.2
Hex29607140F038c22f1e
Octal51140161100170703025736
Binary101001110000011100011000000111101110001100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296071; }

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

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

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

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

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

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

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

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