#295D63

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

Shades of Blue Stone #295D63

Tints of Blue Stone #295D63

Color information

#295D63 (or 0x295D63) is unknown color: approx Blue Stone. HEX triplet: 29, 5D and 63. RGB value is (41,93,99). Sum of RGB (Red+Green+Blue) = 41+93+99=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #295D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D63 is #D6A29C. Grayscale: #4E4E4E. Windows color (decimal): -14066333 or 6511913. OLE color: 6511913.

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

Color convert

RGB419399-
CMYK0.590.0600.61
HSL186.21º41.43%27.45%-
HSV(B)186.21º58.59%38.82%-
XYZ7.089.213.21-
YUV78.14139.77101.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=17.60%
G=39.91%
B=42.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4193990.590.0600.61186.2141.4327.45
Hex295D633B603Dba291b
Octal511351437360752725133
Binary1010011011101110001111101111001111011011101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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