#296475

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

Shades of Blumine #296475

Tints of Blumine #296475

Color information

#296475 (or 0x296475) is unknown color: approx Blumine. HEX triplet: 29, 64 and 75. RGB value is (41,100,117). Sum of RGB (Red+Green+Blue) = 41+100+117=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #296475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296475 is #D69B8A. Grayscale: #545454. Windows color (decimal): -14064523 or 7693353. OLE color: 7693353.

HSL color Cylindrical-coordinate representation of color #296475: hue angle of 193.42º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296475 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB41100117-
CMYK0.650.1500.54
HSL193.42º48.1%30.98%-
HSV(B)193.42º64.96%45.88%-
XYZ8.6810.8718.47-
YUV84.3146.4597.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=15.89%
G=38.76%
B=45.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411001170.650.1500.54193.4248.130.98
Hex29647541F036c1301f
Octal51144165101170663016037
Binary101001110010011101011000001111101101101100000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296475; }

 p { color: rgb(41,100,117); }

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

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

 a { background-color: rgb(41,100,117); }

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

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

 span { border-color: rgb(41,100,117); }

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