#225F5E

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

Shades of Blue Stone #225F5E

Tints of Blue Stone #225F5E

Color information

#225F5E (or 0x225F5E) is unknown color: approx Blue Stone. HEX triplet: 22, 5F and 5E. RGB value is (34,95,94). Sum of RGB (Red+Green+Blue) = 34+95+94=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #225F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F5E is #DDA0A1. Grayscale: #4C4C4C. Windows color (decimal): -14524578 or 6184738. OLE color: 6184738.

HSL color Cylindrical-coordinate representation of color #225F5E: hue angle of 179.02º 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 #225F5E is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB349594-
CMYK0.6400.010.63
HSL179.02º47.29%25.29%-
HSV(B)179.02º64.21%37.25%-
XYZ6.779.3312.03-
YUV76.65137.7997.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=15.25%
G=42.60%
B=42.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3495940.6400.010.63179.0247.2925.29
Hex225F5E40013Fb32f19
Octal4213713610001772635731
Binary100010101111110111101000000011111111011001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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