Html Css Color HEX #21575A Blue Stone

📋 copy color: '#21575A'

red 33 ◦ green 87 ◦ blue 90

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

Shades of Blue Stone #21575A

Tints of Blue Stone #21575A

RGB

 RED value IS 33 (13.28% from 255) = 15.71%

 GREEN value IS 87 (34.38% from 255) = 41.43%

 BLUE value IS 90 (35.55% from 255) = 42.86%

R = 15.71%
G = 41.43%
B = 42.86%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21575A (or 0x21575A) is known color: Blue Stone. HEX triplet: 21, 57 and 5A. RGB value is (33,87,90). Sum of RGB (Red+Green+Blue) = 33+87+90=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #21575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21575A is #DEA8A5. Grayscale: #474747. Windows color (decimal): -14592166 or 5920545. OLE color: 5920545.

HSL color Cylindrical-coordinate representation of color #21575A: hue angle of 183.16º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21575A is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 87 90 -
CMYK 0.63 0.03 0 0.65
HSL 183.16º 0.46% 0.24% -
HSV(B) 183.16º 0.63% 0.35% -
XYZ 5.88 7.88 10.88 -
YUV 71.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 33 87 90 0.63 0.03 0 0.65 183.16 0.46 0.24
Hex 21 57 5A 3F 3 0 41 B7 2E 18
Octal 41 127 132 77 3 0 101 267 56 30
Binary 100001 1010111 1011010 111111 11 0 1000001 10110111 101110 11000

Color Harmonies of #21575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21575A

Black with #21575A

Text Example


Text Example

White with #21575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21575A; }

 p { color: rgb(33,87,90); }

 H1.HeaderClassName
 {
   color: #21575A;
 }
 .AnyTagClassName
 {
   color: #21575A;
 }
</style>

background-color css

<style>
 a { background-color: #21575A; }

 a { background-color: rgb(33,87,90); }

 div.DivClassName
 {
   background-color: #21575A;
 }
 .BgClassName
 {
   background-color: #21575A;
 }
</style>

border-color css

<style>
 span { border-color: #21575A; }

 span { border-color: rgb(33,87,90); }

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