#296271

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

Shades of Blumine #296271

Tints of Blumine #296271

Color information

#296271 (or 0x296271) is unknown color: approx Blumine. HEX triplet: 29, 62 and 71. RGB value is (41,98,113). Sum of RGB (Red+Green+Blue) = 41+98+113=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #296271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296271 is #D69D8E. Grayscale: #525252. Windows color (decimal): -14065039 or 7430697. OLE color: 7430697.

HSL color Cylindrical-coordinate representation of color #296271: hue angle of 192.5º 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 #296271 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4198113-
CMYK0.640.1300.56
HSL192.5º46.75%30.2%-
HSV(B)192.5º63.72%44.31%-
XYZ8.2610.417.19-
YUV82.67145.1298.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=16.27%
G=38.89%
B=44.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41981130.640.1300.56192.546.7530.2
Hex29627140D038c02f1e
Octal51142161100150703005736
Binary101001110001011100011000000110101110001100000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296271; }

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

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

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

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

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

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

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

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