#225961

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

Shades of Blue Stone #225961

Tints of Blue Stone #225961

Color information

#225961 (or 0x225961) is unknown color: approx Blue Stone. HEX triplet: 22, 59 and 61. RGB value is (34,89,97). Sum of RGB (Red+Green+Blue) = 34+89+97=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #225961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225961 is #DDA69E. Grayscale: #494949. Windows color (decimal): -14526111 or 6379810. OLE color: 6379810.

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

Color convert

RGB348997-
CMYK0.650.0800.62
HSL187.62º48.09%25.69%-
HSV(B)187.62º64.95%38.04%-
XYZ6.398.3512.58-
YUV73.47141.2899.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.45%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=15.45%
G=40.45%
B=44.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3489970.650.0800.62187.6248.0925.69
Hex22596141803Ebc301a
Octal42131141101100762746032
Binary100010101100111000011000001100001111101011110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225961; }

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

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

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

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

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

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

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

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