Html Css Color HEX #21585F Blue Stone

📋 copy color: '#21585F'

red 33 ◦ green 88 ◦ blue 95

#21585F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #21585F

Tints of Blue Stone #21585F

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 value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21585F (or 0x21585F) is known color: 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

RGB 33 88 95 -
CMYK 0.65 0.07 0 0.63
HSL 186.77º 0.48% 0.25% -
HSV(B) 186.77º 0.65% 0.37% -
XYZ 6.18 8.13 12.07 -
YUV 72.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 33 88 95 0.65 0.07 0 0.63 186.77 0.48 0.25
Hex 21 58 5F 41 7 0 3F BB 30 19
Octal 41 130 137 101 7 0 77 273 60 31
Binary 100001 1011000 1011111 1000001 111 0 111111 10111011 110000 11001

Color Harmonies of #21585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21585F

Black with #21585F

Text Example


Text Example

White with #21585F

Text Example


Text Example

HTML Codes & Css Web 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>