#22595F

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

Shades of Blue Stone #22595F

Tints of Blue Stone #22595F

Color information

#22595F (or 0x22595F) is unknown color: approx Blue Stone. HEX triplet: 22, 59 and 5F. RGB value is (34,89,95). Sum of RGB (Red+Green+Blue) = 34+89+95=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #22595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22595F is #DDA6A0. Grayscale: #494949. Windows color (decimal): -14526113 or 6248738. OLE color: 6248738.

HSL color Cylindrical-coordinate representation of color #22595F: hue angle of 185.9º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #22595F is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB348995-
CMYK0.640.0600.63
HSL185.9º47.29%25.29%-
HSV(B)185.9º64.21%37.25%-
XYZ6.38.3112.1-
YUV73.24140.28100.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.60%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=15.60%
G=40.83%
B=43.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3489950.640.0600.63185.947.2925.29
Hex22595F40603Fba2f19
Octal4213113710060772725731
Binary10001010110011011111100000011001111111011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22595F; }

 p { color: rgb(34,89,95); }

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

<style>
 a { background-color: #22595F; }

 a { background-color: rgb(34,89,95); }

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

<style>
 span { border-color: #22595F; }

 span { border-color: rgb(34,89,95); }

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