#22615D

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

Shades of Blue Stone #22615D

Tints of Blue Stone #22615D

Color information

#22615D (or 0x22615D) is unknown color: approx Blue Stone. HEX triplet: 22, 61 and 5D. RGB value is (34,97,93). Sum of RGB (Red+Green+Blue) = 34+97+93=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #22615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22615D is #DD9EA2. Grayscale: #4D4D4D. Windows color (decimal): -14524067 or 6119714. OLE color: 6119714.

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

Color convert

RGB349793-
CMYK0.6500.040.62
HSL176.19º48.09%25.69%-
HSV(B)176.19º64.95%38.04%-
XYZ6.919.6811.86-
YUV77.71136.6396.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=15.18%
G=43.30%
B=41.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3497930.6500.040.62176.1948.0925.69
Hex22615D41043Eb0301a
Octal4214113510104762606032
Binary10001011000011011101100000101001111101011000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22615D; }

 p { color: rgb(34,97,93); }

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

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

 a { background-color: rgb(34,97,93); }

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

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

 span { border-color: rgb(34,97,93); }

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