#22615E

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

Shades of Blue Stone #22615E

Tints of Blue Stone #22615E

Color information

#22615E (or 0x22615E) is unknown color: approx Blue Stone. HEX triplet: 22, 61 and 5E. RGB value is (34,97,94). Sum of RGB (Red+Green+Blue) = 34+97+94=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #22615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22615E is #DD9EA1. Grayscale: #4D4D4D. Windows color (decimal): -14524066 or 6185250. OLE color: 6185250.

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

Color convert

RGB349794-
CMYK0.6500.030.62
HSL177.14º48.09%25.69%-
HSV(B)177.14º64.95%38.04%-
XYZ6.959.712.09-
YUV77.82137.1396.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=15.11%
G=43.11%
B=41.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3497940.6500.030.62177.1448.0925.69
Hex22615E41033Eb1301a
Octal4214113610103762616032
Binary1000101100001101111010000010111111101011000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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