#225959

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

Shades of Blue Stone #225959

Tints of Blue Stone #225959

Color information

#225959 (or 0x225959) is unknown color: approx Blue Stone. HEX triplet: 22, 59 and 59. RGB value is (34,89,89). Sum of RGB (Red+Green+Blue) = 34+89+89=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #225959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225959 is #DDA6A6. Grayscale: #484848. Windows color (decimal): -14526119 or 5855522. OLE color: 5855522.

HSL color Cylindrical-coordinate representation of color #225959: hue angle of 180º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225959 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB348989-
CMYK0.62000.65
HSL180º44.72%24.12%-
HSV(B)180º61.8%34.9%-
XYZ6.048.2110.72-
YUV72.55137.28100.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=16.04%
G=41.98%
B=41.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3489890.62000.6518044.7224.12
Hex2259593E0041b42d18
Octal4213113176001012645530
Binary100010101100110110011111100010000011011010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225959; }

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

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

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

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

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

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

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

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