#295963

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

Shades of Blumine #295963

Tints of Blumine #295963

Color information

#295963 (or 0x295963) is unknown color: approx Blumine. HEX triplet: 29, 59 and 63. RGB value is (41,89,99). Sum of RGB (Red+Green+Blue) = 41+89+99=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #295963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295963 is #D6A69C. Grayscale: #4B4B4B. Windows color (decimal): -14067357 or 6510889. OLE color: 6510889.

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

Color convert

RGB418999-
CMYK0.590.1000.61
HSL190.34º41.43%27.45%-
HSV(B)190.34º58.59%38.82%-
XYZ6.748.5213.09-
YUV75.79141.1103.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=17.90%
G=38.86%
B=43.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4189990.590.1000.61190.3441.4327.45
Hex2959633BA03Dbe291b
Octal5113114373120752765133
Binary10100110110011100011111011101001111011011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295963; }

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

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

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

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

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

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

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

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