#225960

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

Shades of Blue Stone #225960

Tints of Blue Stone #225960

Color information

#225960 (or 0x225960) is unknown color: approx Blue Stone. HEX triplet: 22, 59 and 60. RGB value is (34,89,96). Sum of RGB (Red+Green+Blue) = 34+89+96=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #225960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225960 is #DDA69F. Grayscale: #494949. Windows color (decimal): -14526112 or 6314274. OLE color: 6314274.

HSL color Cylindrical-coordinate representation of color #225960: hue angle of 186.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #225960 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB348996-
CMYK0.650.0700.62
HSL186.77º47.69%25.49%-
HSV(B)186.77º64.58%37.65%-
XYZ6.348.3312.34-
YUV73.35140.7899.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=15.53%
G=40.64%
B=43.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3489960.650.0700.62186.7747.6925.49
Hex22596041703Ebb3019
Octal4213114010170762736031
Binary10001010110011100000100000111101111101011101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225960; }

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

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

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

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

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

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

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

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