#22615F

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

Shades of Blue Stone #22615F

Tints of Blue Stone #22615F

Color information

#22615F (or 0x22615F) is unknown color: approx Blue Stone. HEX triplet: 22, 61 and 5F. RGB value is (34,97,95). Sum of RGB (Red+Green+Blue) = 34+97+95=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #22615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22615F is #DD9EA0. Grayscale: #4D4D4D. Windows color (decimal): -14524065 or 6250786. OLE color: 6250786.

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

Color convert

RGB349795-
CMYK0.6500.020.62
HSL178.1º48.09%25.69%-
HSV(B)178.1º64.95%38.04%-
XYZ79.7212.33-
YUV77.94137.6396.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.04%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=15.04%
G=42.92%
B=42.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3497950.6500.020.62178.148.0925.69
Hex22615F41023Eb2301a
Octal4214113710102762626032
Binary1000101100001101111110000010101111101011001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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