#295E64

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

Shades of Blue Stone #295E64

Tints of Blue Stone #295E64

Color information

#295E64 (or 0x295E64) is unknown color: approx Blue Stone. HEX triplet: 29, 5E and 64. RGB value is (41,94,100). Sum of RGB (Red+Green+Blue) = 41+94+100=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #295E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E64 is #D6A19B. Grayscale: #4E4E4E. Windows color (decimal): -14066076 or 6577705. OLE color: 6577705.

HSL color Cylindrical-coordinate representation of color #295E64: hue angle of 186.1º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295E64 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4194100-
CMYK0.590.0600.61
HSL186.1º41.84%27.65%-
HSV(B)186.1º59%39.22%-
XYZ7.229.413.49-
YUV78.84139.94101.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 94 (37.11% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 42.55%
R=17.45%
G=40%
B=42.55%

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
Decimal41941000.590.0600.61186.141.8427.65
Hex295E643B603Dba2a1c
Octal511361447360752725234
Binary1010011011110110010011101111001111011011101010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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