#295F62

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

Shades of Blue Stone #295F62

Tints of Blue Stone #295F62

Color information

#295F62 (or 0x295F62) is unknown color: approx Blue Stone. HEX triplet: 29, 5F and 62. RGB value is (41,95,98). Sum of RGB (Red+Green+Blue) = 41+95+98=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #295F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F62 is #D6A09D. Grayscale: #4F4F4F. Windows color (decimal): -14065822 or 6446889. OLE color: 6446889.

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

Color convert

RGB419598-
CMYK0.580.0300.62
HSL183.16º41.01%27.25%-
HSV(B)183.16º58.16%38.43%-
XYZ7.219.5413.02-
YUV79.2138.61100.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=17.52%
G=40.60%
B=41.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4195980.580.0300.62183.1641.0127.25
Hex295F623A303Eb7291b
Octal511371427230762675133
Binary101001101111111000101110101101111101011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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