Html Css Color HEX #21595F Blue Stone

📋 copy color: '#21595F'

red 33 ◦ green 89 ◦ blue 95

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

Shades of Blue Stone #21595F

Tints of Blue Stone #21595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

 BLUE value IS 95 (37.5% from 255) = 43.78%

R = 15.21%
G = 41.01%
B = 43.78%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21595F (or 0x21595F) is known color: Blue Stone. HEX triplet: 21, 59 and 5F. RGB value is (33,89,95). Sum of RGB (Red+Green+Blue) = 33+89+95=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #21595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21595F is #DEA6A0. Grayscale: #484848. Windows color (decimal): -14591649 or 6248737. OLE color: 6248737.

HSL color Cylindrical-coordinate representation of color #21595F: hue angle of 185.81º 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 #21595F is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 89 95 -
CMYK 0.65 0.06 0 0.63
HSL 185.81º 0.48% 0.25% -
HSV(B) 185.81º 0.65% 0.37% -
XYZ 6.27 8.29 12.1 -
YUV 72.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 33 89 95 0.65 0.06 0 0.63 185.81 0.48 0.25
Hex 21 59 5F 41 6 0 3F BA 30 19
Octal 41 131 137 101 6 0 77 272 60 31
Binary 100001 1011001 1011111 1000001 110 0 111111 10111010 110000 11001

Color Harmonies of #21595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21595F

Black with #21595F

Text Example


Text Example

White with #21595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21595F;
 }
 .AnyTagClassName
 {
   color: #21595F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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