#225963

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

Shades of Blue Stone #225963

Tints of Blue Stone #225963

Color information

#225963 (or 0x225963) is unknown color: approx Blue Stone. HEX triplet: 22, 59 and 63. RGB value is (34,89,99). Sum of RGB (Red+Green+Blue) = 34+89+99=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #225963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225963 is #DDA69C. Grayscale: #494949. Windows color (decimal): -14526109 or 6510882. OLE color: 6510882.

HSL color Cylindrical-coordinate representation of color #225963: hue angle of 189.23º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225963 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB348999-
CMYK0.660.1000.61
HSL189.23º48.87%26.08%-
HSV(B)189.23º65.66%38.82%-
XYZ6.488.3913.08-
YUV73.69142.2899.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=15.32%
G=40.09%
B=44.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3489990.660.1000.61189.2348.8726.08
Hex22596342A03Dbd311a
Octal42131143102120752756132
Binary100010101100111000111000010101001111011011110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225963; }

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

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

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

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

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

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

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

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