#295D61

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

Shades of Blue Stone #295D61

Tints of Blue Stone #295D61

Color information

#295D61 (or 0x295D61) is unknown color: approx Blue Stone. HEX triplet: 29, 5D and 61. RGB value is (41,93,97). Sum of RGB (Red+Green+Blue) = 41+93+97=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #295D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D61 is #D6A29E. Grayscale: #4D4D4D. Windows color (decimal): -14066335 or 6380841. OLE color: 6380841.

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

Color convert

RGB419397-
CMYK0.580.0400.62
HSL184.29º40.58%27.06%-
HSV(B)184.29º57.73%38.04%-
XYZ6.999.1612.71-
YUV77.91138.77101.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=17.75%
G=40.26%
B=41.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4193970.580.0400.62184.2940.5827.06
Hex295D613A403Eb8291b
Octal511351417240762705133
Binary1010011011101110000111101010001111101011100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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