#22615C

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

Shades of Blue Stone #22615C

Tints of Blue Stone #22615C

Color information

#22615C (or 0x22615C) is unknown color: approx Blue Stone. HEX triplet: 22, 61 and 5C. RGB value is (34,97,92). Sum of RGB (Red+Green+Blue) = 34+97+92=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #22615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22615C is #DD9EA3. Grayscale: #4D4D4D. Windows color (decimal): -14524068 or 6054178. OLE color: 6054178.

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

Color convert

RGB349792-
CMYK0.6500.050.62
HSL175.24º48.09%25.69%-
HSV(B)175.24º64.95%38.04%-
XYZ6.879.6611.63-
YUV77.59136.1396.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=15.25%
G=43.50%
B=41.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3497920.6500.050.62175.2448.0925.69
Hex22615C41053Eaf301a
Octal4214113410105762576032
Binary10001011000011011100100000101011111101010111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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