#295A63

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

Shades of Blumine #295A63

Tints of Blumine #295A63

Color information

#295A63 (or 0x295A63) is unknown color: approx Blumine. HEX triplet: 29, 5A and 63. RGB value is (41,90,99). Sum of RGB (Red+Green+Blue) = 41+90+99=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #295A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A63 is #D6A59C. Grayscale: #4C4C4C. Windows color (decimal): -14067101 or 6511145. OLE color: 6511145.

HSL color Cylindrical-coordinate representation of color #295A63: hue angle of 189.31º 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 #295A63 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB419099-
CMYK0.590.0900.61
HSL189.31º41.43%27.45%-
HSV(B)189.31º58.59%38.82%-
XYZ6.828.6813.12-
YUV76.38140.77102.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=17.83%
G=39.13%
B=43.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4190990.590.0900.61189.3141.4327.45
Hex295A633B903Dbd291b
Octal5113214373110752755133
Binary10100110110101100011111011100101111011011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295A63; }

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

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

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

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

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

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

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

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