Html Css Color HEX #215D60 Blue Stone

📋 copy color: '#215D60'

red 33 ◦ green 93 ◦ blue 96

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

Shades of Blue Stone #215D60

Tints of Blue Stone #215D60

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.89%

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 14.86%
G = 41.89%
B = 43.24%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#215D60 (or 0x215D60) is known color: Blue Stone. HEX triplet: 21, 5D and 60. RGB value is (33,93,96). Sum of RGB (Red+Green+Blue) = 33+93+96=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #215D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D60 is #DEA29F. Grayscale: #4B4B4B. Windows color (decimal): -14590624 or 6315297. OLE color: 6315297.

HSL color Cylindrical-coordinate representation of color #215D60: hue angle of 182.86º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215D60 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 93 96 -
CMYK 0.66 0.03 0 0.62
HSL 182.86º 0.49% 0.25% -
HSV(B) 182.86º 0.66% 0.38% -
XYZ 6.65 9 12.45 -
YUV 75.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 33 93 96 0.66 0.03 0 0.62 182.86 0.49 0.25
Hex 21 5D 60 42 3 0 3E B7 31 19
Octal 41 135 140 102 3 0 76 267 61 31
Binary 100001 1011101 1100000 1000010 11 0 111110 10110111 110001 11001

Color Harmonies of #215D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D60

Black with #215D60

Text Example


Text Example

White with #215D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,96); }

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

background-color css

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

 a { background-color: rgb(33,93,96); }

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

border-color css

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

 span { border-color: rgb(33,93,96); }

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