#22585C

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

Shades of Blue Stone #22585C

Tints of Blue Stone #22585C

Color information

#22585C (or 0x22585C) is unknown color: approx Blue Stone. HEX triplet: 22, 58 and 5C. RGB value is (34,88,92). Sum of RGB (Red+Green+Blue) = 34+88+92=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #22585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22585C is #DDA7A3. Grayscale: #484848. Windows color (decimal): -14526372 or 6051874. OLE color: 6051874.

HSL color Cylindrical-coordinate representation of color #22585C: hue angle of 184.14º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22585C is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB348892-
CMYK0.630.0400.64
HSL184.14º46.03%24.71%-
HSV(B)184.14º63.04%36.08%-
XYZ6.088.0911.37-
YUV72.31139.11100.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.89%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=15.89%
G=41.12%
B=42.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3488920.630.0400.64184.1446.0324.71
Hex22585C3F4040b82e19
Octal4213013477401002705631
Binary10001010110001011100111111100010000001011100010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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