#296369

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

Shades of Blumine #296369

Tints of Blumine #296369

Color information

#296369 (or 0x296369) is unknown color: approx Blumine. HEX triplet: 29, 63 and 69. RGB value is (41,99,105). Sum of RGB (Red+Green+Blue) = 41+99+105=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #296369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296369 is #D69C96. Grayscale: #525252. Windows color (decimal): -14064791 or 6906665. OLE color: 6906665.

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

Color convert

RGB4199105-
CMYK0.610.0600.59
HSL185.62º43.84%28.63%-
HSV(B)185.62º60.95%41.18%-
XYZ7.9310.4214.96-
YUV82.34140.7898.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=16.73%
G=40.41%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41991050.610.0600.59185.6243.8428.63
Hex2963693D603Bba2c1d
Octal511431517560732725435
Binary1010011100011110100111110111001110111011101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296369; }

 p { color: rgb(41,99,105); }

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

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

 a { background-color: rgb(41,99,105); }

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

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

 span { border-color: rgb(41,99,105); }

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