Html Css Color HEX #215963 Blue Stone

📋 copy color: '#215963'

red 33 ◦ green 89 ◦ blue 99

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

Shades of Blue Stone #215963

Tints of Blue Stone #215963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.27%

 BLUE value IS 99 (39.06% from 255) = 44.8%

R = 14.93%
G = 40.27%
B = 44.8%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#215963 (or 0x215963) is known color: Blue Stone. HEX triplet: 21, 59 and 63. RGB value is (33,89,99). Sum of RGB (Red+Green+Blue) = 33+89+99=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #215963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215963 is #DEA69C. Grayscale: #494949. Windows color (decimal): -14591645 or 6510881. OLE color: 6510881.

HSL color Cylindrical-coordinate representation of color #215963: hue angle of 189.09º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215963 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 89 99 -
CMYK 0.67 0.10 0 0.61
HSL 189.09º 0.5% 0.26% -
HSV(B) 189.09º 0.67% 0.39% -
XYZ 6.45 8.37 13.08 -
YUV 73.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 33 89 99 0.67 0.10 0 0.61 189.09 0.5 0.26
Hex 21 59 63 43 A 0 3D BD 32 1A
Octal 41 131 143 103 12 0 75 275 62 32
Binary 100001 1011001 1100011 1000011 1010 0 111101 10111101 110010 11010

Color Harmonies of #215963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215963

Black with #215963

Text Example


Text Example

White with #215963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215963; }

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

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

background-color css

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

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

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

border-color css

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

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

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