Html Css Color HEX #215C61 Blue Stone

📋 copy color: '#215C61'

red 33 ◦ green 92 ◦ blue 97

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

Shades of Blue Stone #215C61

Tints of Blue Stone #215C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.69%

R = 14.86%
G = 41.44%
B = 43.69%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#215C61 (or 0x215C61) is known color: Blue Stone. HEX triplet: 21, 5C and 61. RGB value is (33,92,97). Sum of RGB (Red+Green+Blue) = 33+92+97=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #215C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C61 is #DEA39E. Grayscale: #4A4A4A. Windows color (decimal): -14590879 or 6380577. OLE color: 6380577.

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

Color convert

RGB 33 92 97 -
CMYK 0.66 0.05 0 0.62
HSL 184.69º 0.49% 0.25% -
HSV(B) 184.69º 0.66% 0.38% -
XYZ 6.61 8.84 12.67 -
YUV 74.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 33 92 97 0.66 0.05 0 0.62 184.69 0.49 0.25
Hex 21 5C 61 42 5 0 3E B9 31 19
Octal 41 134 141 102 5 0 76 271 61 31
Binary 100001 1011100 1100001 1000010 101 0 111110 10111001 110001 11001

Color Harmonies of #215C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C61

Black with #215C61

Text Example


Text Example

White with #215C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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