#22625D

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

Shades of Blue Stone #22625D

Tints of Blue Stone #22625D

Color information

#22625D (or 0x22625D) is unknown color: approx Blue Stone. HEX triplet: 22, 62 and 5D. RGB value is (34,98,93). Sum of RGB (Red+Green+Blue) = 34+98+93=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #22625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22625D is #DD9DA2. Grayscale: #4E4E4E. Windows color (decimal): -14523811 or 6119970. OLE color: 6119970.

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

Color convert

RGB349893-
CMYK0.6500.050.62
HSL175.31º48.48%25.88%-
HSV(B)175.31º65.31%38.43%-
XYZ79.8711.89-
YUV78.29136.396.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=15.11%
G=43.56%
B=41.33%

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
Decimal3498930.6500.050.62175.3148.4825.88
Hex22625D41053Eaf301a
Octal4214213510105762576032
Binary10001011000101011101100000101011111101010111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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