Html Css Color HEX #215C59 Blue Stone

📋 copy color: '#215C59'

red 33 ◦ green 92 ◦ blue 89

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

Shades of Blue Stone #215C59

Tints of Blue Stone #215C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.99%

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

R = 15.42%
G = 42.99%
B = 41.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#215C59 (or 0x215C59) is known color: Blue Stone. HEX triplet: 21, 5C and 59. RGB value is (33,92,89). Sum of RGB (Red+Green+Blue) = 33+92+89=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #215C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C59 is #DEA3A6. Grayscale: #494949. Windows color (decimal): -14590887 or 5856289. OLE color: 5856289.

HSL color Cylindrical-coordinate representation of color #215C59: hue angle of 176.95º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215C59 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 92 89 -
CMYK 0.64 0 0.03 0.64
HSL 176.95º 0.47% 0.25% -
HSV(B) 176.95º 0.64% 0.36% -
XYZ 6.26 8.7 10.8 -
YUV 74.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 33 92 89 0.64 0 0.03 0.64 176.95 0.47 0.25
Hex 21 5C 59 40 0 3 40 B1 2F 19
Octal 41 134 131 100 0 3 100 261 57 31
Binary 100001 1011100 1011001 1000000 0 11 1000000 10110001 101111 11001

Color Harmonies of #215C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C59

Black with #215C59

Text Example


Text Example

White with #215C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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