#21585F

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

Shades of Blue Stone #21585F

Tints of Blue Stone #21585F

Color information

#21585F (or 0x21585F) is unknown color: approx Blue Stone. HEX triplet: 21, 58 and 5F. RGB value is (33,88,95). Sum of RGB (Red+Green+Blue) = 33+88+95=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #21585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21585F is #DEA7A0. Grayscale: #484848. Windows color (decimal): -14591905 or 6248481. OLE color: 6248481.

HSL color Cylindrical-coordinate representation of color #21585F: hue angle of 186.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21585F is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB338895-
CMYK0.650.0700.63
HSL186.77º48.44%25.1%-
HSV(B)186.77º65.26%37.25%-
XYZ6.188.1312.07-
YUV72.35140.7899.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=15.28%
G=40.74%
B=43.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3388950.650.0700.63186.7748.4425.1
Hex21585F41703Fbb3019
Octal4113013710170772736031
Binary10000110110001011111100000111101111111011101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,88,95); }

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

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

 a { background-color: rgb(33,88,95); }

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

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

 span { border-color: rgb(33,88,95); }

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