#296068

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

Shades of Blumine #296068

Tints of Blumine #296068

Color information

#296068 (or 0x296068) is unknown color: approx Blumine. HEX triplet: 29, 60 and 68. RGB value is (41,96,104). Sum of RGB (Red+Green+Blue) = 41+96+104=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #296068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296068 is #D69F97. Grayscale: #505050. Windows color (decimal): -14065560 or 6840361. OLE color: 6840361.

HSL color Cylindrical-coordinate representation of color #296068: hue angle of 187.62º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296068 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4196104-
CMYK0.610.0800.59
HSL187.62º43.45%28.43%-
HSV(B)187.62º60.58%40.78%-
XYZ7.69.8414.6-
YUV80.47141.2899.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=17.01%
G=39.83%
B=43.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41961040.610.0800.59187.6243.4528.43
Hex2960683D803Bbc2b1c
Octal5114015075100732745334
Binary10100111000001101000111101100001110111011110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296068; }

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

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

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

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

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

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

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

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