Html Css Color HEX #215859 Blue Stone

📋 copy color: '#215859'

red 33 ◦ green 88 ◦ blue 89

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

Shades of Blue Stone #215859

Tints of Blue Stone #215859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.9%

 BLUE value IS 89 (35.16% from 255) = 42.38%

R = 15.71%
G = 41.9%
B = 42.38%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215859 (or 0x215859) is known color: Blue Stone. HEX triplet: 21, 58 and 59. RGB value is (33,88,89). Sum of RGB (Red+Green+Blue) = 33+88+89=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #215859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215859 is #DEA7A6. Grayscale: #474747. Windows color (decimal): -14591911 or 5855265. OLE color: 5855265.

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

Color convert

RGB 33 88 89 -
CMYK 0.63 0.01 0 0.65
HSL 181.07º 0.46% 0.24% -
HSV(B) 181.07º 0.63% 0.35% -
XYZ 5.92 8.02 10.69 -
YUV 71.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 33 88 89 0.63 0.01 0 0.65 181.07 0.46 0.24
Hex 21 58 59 3F 1 0 41 B5 2E 18
Octal 41 130 131 77 1 0 101 265 56 30
Binary 100001 1011000 1011001 111111 1 0 1000001 10110101 101110 11000

Color Harmonies of #215859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215859

Black with #215859

Text Example


Text Example

White with #215859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215859; }

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

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

background-color css

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

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

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

border-color css

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

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

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