Html Css Color HEX #216261 Blue Stone

📋 copy color: '#216261'

red 33 ◦ green 98 ◦ blue 97

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

Shades of Blue Stone #216261

Tints of Blue Stone #216261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

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

R = 14.47%
G = 42.98%
B = 42.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#216261 (or 0x216261) is known color: Blue Stone. HEX triplet: 21, 62 and 61. RGB value is (33,98,97). Sum of RGB (Red+Green+Blue) = 33+98+97=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #216261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216261 is #DE9D9E. Grayscale: #4E4E4E. Windows color (decimal): -14589343 or 6382113. OLE color: 6382113.

HSL color Cylindrical-coordinate representation of color #216261: hue angle of 179.08º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216261 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 97 -
CMYK 0.66 0 0.01 0.62
HSL 179.08º 0.5% 0.26% -
HSV(B) 179.08º 0.66% 0.38% -
XYZ 7.15 9.92 12.85 -
YUV 78.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 33 98 97 0.66 0 0.01 0.62 179.08 0.5 0.26
Hex 21 62 61 42 0 1 3E B3 32 1A
Octal 41 142 141 102 0 1 76 263 62 32
Binary 100001 1100010 1100001 1000010 0 1 111110 10110011 110010 11010

Color Harmonies of #216261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216261

Black with #216261

Text Example


Text Example

White with #216261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216261; }

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

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

background-color css

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

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

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

border-color css

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

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

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