Html Css Color HEX #215957 Blue Stone

📋 copy color: '#215957'

red 33 ◦ green 89 ◦ blue 87

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

Shades of Blue Stone #215957

Tints of Blue Stone #215957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 15.79%
G = 42.58%
B = 41.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#215957 (or 0x215957) is known color: Blue Stone. HEX triplet: 21, 59 and 57. RGB value is (33,89,87). Sum of RGB (Red+Green+Blue) = 33+89+87=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #215957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215957 is #DEA6A8. Grayscale: #474747. Windows color (decimal): -14591657 or 5724449. OLE color: 5724449.

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

Color convert

RGB 33 89 87 -
CMYK 0.63 0 0.02 0.65
HSL 177.86º 0.46% 0.24% -
HSV(B) 177.86º 0.63% 0.35% -
XYZ 5.92 8.16 10.28 -
YUV 72.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 33 89 87 0.63 0 0.02 0.65 177.86 0.46 0.24
Hex 21 59 57 3F 0 2 41 B2 2E 18
Octal 41 131 127 77 0 2 101 262 56 30
Binary 100001 1011001 1010111 111111 0 10 1000001 10110010 101110 11000

Color Harmonies of #215957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215957

Black with #215957

Text Example


Text Example

White with #215957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215957; }

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

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

background-color css

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

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

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

border-color css

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

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

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