#296067

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

Shades of Blumine #296067

Tints of Blumine #296067

Color information

#296067 (or 0x296067) is unknown color: approx Blumine. HEX triplet: 29, 60 and 67. RGB value is (41,96,103). Sum of RGB (Red+Green+Blue) = 41+96+103=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #296067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296067 is #D69F98. Grayscale: #505050. Windows color (decimal): -14065561 or 6774825. OLE color: 6774825.

HSL color Cylindrical-coordinate representation of color #296067: hue angle of 186.77º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296067 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4196103-
CMYK0.600.0700.60
HSL186.77º43.06%28.24%-
HSV(B)186.77º60.19%40.39%-
XYZ7.559.8214.33-
YUV80.35140.7899.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=17.08%
G=40%
B=42.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41961030.600.0700.60186.7743.0628.24
Hex2960673C703Cbb2b1c
Octal511401477470742735334
Binary1010011100000110011111110011101111001011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296067; }

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

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

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

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

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

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

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

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