#225F60

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

Shades of Blue Stone #225F60

Tints of Blue Stone #225F60

Color information

#225F60 (or 0x225F60) is unknown color: approx Blue Stone. HEX triplet: 22, 5F and 60. RGB value is (34,95,96). Sum of RGB (Red+Green+Blue) = 34+95+96=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #225F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F60 is #DDA09F. Grayscale: #4C4C4C. Windows color (decimal): -14524576 or 6315810. OLE color: 6315810.

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

Color convert

RGB349596-
CMYK0.650.0100.62
HSL180.97º47.69%25.49%-
HSV(B)180.97º64.58%37.65%-
XYZ6.869.3712.51-
YUV76.88138.7997.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=15.11%
G=42.22%
B=42.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3495960.650.0100.62180.9747.6925.49
Hex225F6041103Eb53019
Octal4213714010110762656031
Binary100010101111111000001000001101111101011010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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