Html Css Color HEX #216463 Blue Stone

📋 copy color: '#216463'

red 33 ◦ green 100 ◦ blue 99

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

Shades of Blue Stone #216463

Tints of Blue Stone #216463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.1%

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

R = 14.22%
G = 43.1%
B = 42.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#216463 (or 0x216463) is known color: Blue Stone. HEX triplet: 21, 64 and 63. RGB value is (33,100,99). Sum of RGB (Red+Green+Blue) = 33+100+99=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #216463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216463 is #DE9B9C. Grayscale: #4F4F4F. Windows color (decimal): -14588829 or 6513697. OLE color: 6513697.

HSL color Cylindrical-coordinate representation of color #216463: hue angle of 179.1º 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 #216463 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 100 99 -
CMYK 0.67 0 0.01 0.61
HSL 179.1º 0.5% 0.26% -
HSV(B) 179.1º 0.67% 0.39% -
XYZ 7.44 10.34 13.41 -
YUV 79.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 33 100 99 0.67 0 0.01 0.61 179.1 0.5 0.26
Hex 21 64 63 43 0 1 3D B3 32 1A
Octal 41 144 143 103 0 1 75 263 62 32
Binary 100001 1100100 1100011 1000011 0 1 111101 10110011 110010 11010

Color Harmonies of #216463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216463

Black with #216463

Text Example


Text Example

White with #216463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216463; }

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

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

background-color css

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

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

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

border-color css

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

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

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