Html Css Color HEX #215F60 Blue Stone

📋 copy color: '#215F60'

red 33 ◦ green 95 ◦ blue 96

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

Shades of Blue Stone #215F60

Tints of Blue Stone #215F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.41%

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

R = 14.73%
G = 42.41%
B = 42.86%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#215F60 (or 0x215F60) is known color: Blue Stone. HEX triplet: 21, 5F and 60. RGB value is (33,95,96). Sum of RGB (Red+Green+Blue) = 33+95+96=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #215F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F60 is #DEA09F. Grayscale: #4C4C4C. Windows color (decimal): -14590112 or 6315809. OLE color: 6315809.

HSL color Cylindrical-coordinate representation of color #215F60: hue angle of 180.95º 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 #215F60 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 95 96 -
CMYK 0.66 0.01 0 0.62
HSL 180.95º 0.49% 0.25% -
HSV(B) 180.95º 0.66% 0.38% -
XYZ 6.83 9.35 12.51 -
YUV 76.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 33 95 96 0.66 0.01 0 0.62 180.95 0.49 0.25
Hex 21 5F 60 42 1 0 3E B5 31 19
Octal 41 137 140 102 1 0 76 265 61 31
Binary 100001 1011111 1100000 1000010 1 0 111110 10110101 110001 11001

Color Harmonies of #215F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F60

Black with #215F60

Text Example


Text Example

White with #215F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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