Html Css Color HEX #216360 Blue Stone

📋 copy color: '#216360'

red 33 ◦ green 99 ◦ blue 96

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

Shades of Blue Stone #216360

Tints of Blue Stone #216360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

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

R = 14.47%
G = 43.42%
B = 42.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#216360 (or 0x216360) is known color: Blue Stone. HEX triplet: 21, 63 and 60. RGB value is (33,99,96). Sum of RGB (Red+Green+Blue) = 33+99+96=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #216360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216360 is #DE9C9F. Grayscale: #4E4E4E. Windows color (decimal): -14589088 or 6316833. OLE color: 6316833.

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

Color convert

RGB 33 99 96 -
CMYK 0.67 0 0.03 0.61
HSL 177.27º 0.5% 0.26% -
HSV(B) 177.27º 0.67% 0.39% -
XYZ 7.2 10.09 12.63 -
YUV 78.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 33 99 96 0.67 0 0.03 0.61 177.27 0.5 0.26
Hex 21 63 60 43 0 3 3D B1 32 1A
Octal 41 143 140 103 0 3 75 261 62 32
Binary 100001 1100011 1100000 1000011 0 11 111101 10110001 110010 11010

Color Harmonies of #216360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216360

Black with #216360

Text Example


Text Example

White with #216360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216360; }

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

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

background-color css

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

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

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

border-color css

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

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

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