#22625F

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

Shades of Blue Stone #22625F

Tints of Blue Stone #22625F

Color information

#22625F (or 0x22625F) is unknown color: approx Blue Stone. HEX triplet: 22, 62 and 5F. RGB value is (34,98,95). Sum of RGB (Red+Green+Blue) = 34+98+95=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #22625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22625F is #DD9DA0. Grayscale: #4E4E4E. Windows color (decimal): -14523809 or 6251042. OLE color: 6251042.

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

Color convert

RGB349895-
CMYK0.6500.030.62
HSL177.19º48.48%25.88%-
HSV(B)177.19º65.31%38.43%-
XYZ7.099.912.36-
YUV78.52137.396.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=14.98%
G=43.17%
B=41.85%

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
Decimal3498950.6500.030.62177.1948.4825.88
Hex22625F41033Eb1301a
Octal4214213710103762616032
Binary1000101100010101111110000010111111101011000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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