#225962

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

Shades of Blue Stone #225962

Tints of Blue Stone #225962

Color information

#225962 (or 0x225962) is unknown color: approx Blue Stone. HEX triplet: 22, 59 and 62. RGB value is (34,89,98). Sum of RGB (Red+Green+Blue) = 34+89+98=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #225962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225962 is #DDA69D. Grayscale: #494949. Windows color (decimal): -14526110 or 6445346. OLE color: 6445346.

HSL color Cylindrical-coordinate representation of color #225962: hue angle of 188.44º 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 #225962 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB348998-
CMYK0.650.0900.62
HSL188.44º48.48%25.88%-
HSV(B)188.44º65.31%38.43%-
XYZ6.448.3712.83-
YUV73.58141.7899.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.38%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=15.38%
G=40.27%
B=44.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3489980.650.0900.62188.4448.4825.88
Hex22596241903Ebc301a
Octal42131142101110762746032
Binary100010101100111000101000001100101111101011110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225962; }

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

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

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

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

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

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

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

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