Html Css Color HEX #216061 Blue Stone

📋 copy color: '#216061'

red 33 ◦ green 96 ◦ blue 97

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

Shades of Blue Stone #216061

Tints of Blue Stone #216061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.48%

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

R = 14.6%
G = 42.48%
B = 42.92%

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

#216061 (or 0x216061) is known color: Blue Stone. HEX triplet: 21, 60 and 61. RGB value is (33,96,97). Sum of RGB (Red+Green+Blue) = 33+96+97=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #216061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216061 is #DE9F9E. Grayscale: #4D4D4D. Windows color (decimal): -14589855 or 6381601. OLE color: 6381601.

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

Color convert

RGB 33 96 97 -
CMYK 0.66 0.01 0 0.62
HSL 180.94º 0.49% 0.25% -
HSV(B) 180.94º 0.66% 0.38% -
XYZ 6.97 9.55 12.79 -
YUV 77.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 33 96 97 0.66 0.01 0 0.62 180.94 0.49 0.25
Hex 21 60 61 42 1 0 3E B5 31 19
Octal 41 140 141 102 1 0 76 265 61 31
Binary 100001 1100000 1100001 1000010 1 0 111110 10110101 110001 11001

Color Harmonies of #216061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216061

Black with #216061

Text Example


Text Example

White with #216061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216061; }

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

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

background-color css

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

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

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

border-color css

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

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

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