#225F5C

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

Shades of Blue Stone #225F5C

Tints of Blue Stone #225F5C

Color information

#225F5C (or 0x225F5C) is unknown color: approx Blue Stone. HEX triplet: 22, 5F and 5C. RGB value is (34,95,92). Sum of RGB (Red+Green+Blue) = 34+95+92=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #225F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F5C is #DDA0A3. Grayscale: #4C4C4C. Windows color (decimal): -14524580 or 6053666. OLE color: 6053666.

HSL color Cylindrical-coordinate representation of color #225F5C: hue angle of 177.05º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #225F5C is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB349592-
CMYK0.6400.030.63
HSL177.05º47.29%25.29%-
HSV(B)177.05º64.21%37.25%-
XYZ6.689.311.57-
YUV76.42136.7997.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.38%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=15.38%
G=42.99%
B=41.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3495920.6400.030.63177.0547.2925.29
Hex225F5C40033Fb12f19
Octal4213713410003772615731
Binary1000101011111101110010000000111111111011000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225F5C; }

 p { color: rgb(34,95,92); }

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

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

 a { background-color: rgb(34,95,92); }

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

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

 span { border-color: rgb(34,95,92); }

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