#296072

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

Shades of Blumine #296072

Tints of Blumine #296072

Color information

#296072 (or 0x296072) is unknown color: approx Blumine. HEX triplet: 29, 60 and 72. RGB value is (41,96,114). Sum of RGB (Red+Green+Blue) = 41+96+114=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #296072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296072 is #D69F8D. Grayscale: #515151. Windows color (decimal): -14065550 or 7495721. OLE color: 7495721.

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

Color convert

RGB4196114-
CMYK0.640.1600.55
HSL194.79º47.1%30.39%-
HSV(B)194.79º64.04%44.71%-
XYZ8.1310.0517.43-
YUV81.61146.2899.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=16.33%
G=38.25%
B=45.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41961140.640.1600.55194.7947.130.39
Hex2960724010037c32f1e
Octal51140162100200673035736
Binary1010011100000111001010000001000001101111100001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296072; }

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

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

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

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

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

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

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

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