#295E60

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

Shades of Blue Stone #295E60

Tints of Blue Stone #295E60

Color information

#295E60 (or 0x295E60) is unknown color: approx Blue Stone. HEX triplet: 29, 5E and 60. RGB value is (41,94,96). Sum of RGB (Red+Green+Blue) = 41+94+96=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #295E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E60 is #D6A19F. Grayscale: #4E4E4E. Windows color (decimal): -14066080 or 6315561. OLE color: 6315561.

HSL color Cylindrical-coordinate representation of color #295E60: hue angle of 182.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295E60 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB419496-
CMYK0.570.0200.62
HSL182.18º40.15%26.86%-
HSV(B)182.18º57.29%37.65%-
XYZ7.039.3212.5-
YUV78.38137.94101.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=17.75%
G=40.69%
B=41.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4194960.570.0200.62182.1840.1526.86
Hex295E6039203Eb6281b
Octal511361407120762665033
Binary101001101111011000001110011001111101011011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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