#295F60

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

Shades of Blue Stone #295F60

Tints of Blue Stone #295F60

Color information

#295F60 (or 0x295F60) is unknown color: approx Blue Stone. HEX triplet: 29, 5F and 60. RGB value is (41,95,96). Sum of RGB (Red+Green+Blue) = 41+95+96=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #295F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F60 is #D6A09F. Grayscale: #4E4E4E. Windows color (decimal): -14065824 or 6315817. OLE color: 6315817.

HSL color Cylindrical-coordinate representation of color #295F60: hue angle of 181.09º 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 #295F60 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB419596-
CMYK0.570.0100.62
HSL181.09º40.15%26.86%-
HSV(B)181.09º57.29%37.65%-
XYZ7.129.512.52-
YUV78.97137.61100.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=17.67%
G=40.95%
B=41.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4195960.570.0100.62181.0940.1526.86
Hex295F6039103Eb5281b
Octal511371407110762655033
Binary10100110111111100000111001101111101011010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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