#296073

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

Shades of Blumine #296073

Tints of Blumine #296073

Color information

#296073 (or 0x296073) is unknown color: approx Blumine. HEX triplet: 29, 60 and 73. RGB value is (41,96,115). Sum of RGB (Red+Green+Blue) = 41+96+115=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #296073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296073 is #D69F8C. Grayscale: #515151. Windows color (decimal): -14065549 or 7561257. OLE color: 7561257.

HSL color Cylindrical-coordinate representation of color #296073: hue angle of 195.41º 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 #296073 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4196115-
CMYK0.640.1700.55
HSL195.41º47.44%30.59%-
HSV(B)195.41º64.35%45.1%-
XYZ8.1910.0717.73-
YUV81.72146.7898.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=16.27%
G=38.10%
B=45.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41961150.640.1700.55195.4147.4430.59
Hex2960734011037c32f1f
Octal51140163100210673035737
Binary1010011100000111001110000001000101101111100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296073; }

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

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

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

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

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

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

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

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