#296373

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

Shades of Blumine #296373

Tints of Blumine #296373

Color information

#296373 (or 0x296373) is unknown color: approx Blumine. HEX triplet: 29, 63 and 73. RGB value is (41,99,115). Sum of RGB (Red+Green+Blue) = 41+99+115=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #296373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296373 is #D69C8C. Grayscale: #535353. Windows color (decimal): -14064781 or 7562025. OLE color: 7562025.

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

Color convert

RGB4199115-
CMYK0.640.1400.55
HSL192.97º47.44%30.59%-
HSV(B)192.97º64.35%45.1%-
XYZ8.4710.6317.83-
YUV83.48145.7897.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=16.08%
G=38.82%
B=45.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41991150.640.1400.55192.9747.4430.59
Hex29637340E037c12f1f
Octal51143163100160673015737
Binary101001110001111100111000000111001101111100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296373; }

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

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

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

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

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

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

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

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