#225860

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

Shades of Blue Stone #225860

Tints of Blue Stone #225860

Color information

#225860 (or 0x225860) is unknown color: approx Blue Stone. HEX triplet: 22, 58 and 60. RGB value is (34,88,96). Sum of RGB (Red+Green+Blue) = 34+88+96=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #225860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225860 is #DDA79F. Grayscale: #484848. Windows color (decimal): -14526368 or 6314018. OLE color: 6314018.

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

Color convert

RGB348896-
CMYK0.650.0800.62
HSL187.74º47.69%25.49%-
HSV(B)187.74º64.58%37.65%-
XYZ6.268.1612.31-
YUV72.77141.11100.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.60%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=15.60%
G=40.37%
B=44.04%

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
Decimal3488960.650.0800.62187.7447.6925.49
Hex22586041803Ebc3019
Octal42130140101100762746031
Binary100010101100011000001000001100001111101011110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225860; }

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

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

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

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

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

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

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

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