#295E63

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

Shades of Blue Stone #295E63

Tints of Blue Stone #295E63

Color information

#295E63 (or 0x295E63) is unknown color: approx Blue Stone. HEX triplet: 29, 5E and 63. RGB value is (41,94,99). Sum of RGB (Red+Green+Blue) = 41+94+99=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #295E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E63 is #D6A19C. Grayscale: #4E4E4E. Windows color (decimal): -14066077 or 6512169. OLE color: 6512169.

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

Color convert

RGB419499-
CMYK0.590.0500.61
HSL185.17º41.43%27.45%-
HSV(B)185.17º58.59%38.82%-
XYZ7.179.3813.24-
YUV78.72139.44101.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=17.52%
G=40.17%
B=42.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4194990.590.0500.61185.1741.4327.45
Hex295E633B503Db9291b
Octal511361437350752715133
Binary1010011011110110001111101110101111011011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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