Html Css Color HEX #216961 Blue Stone

📋 copy color: '#216961'

red 33 ◦ green 105 ◦ blue 97

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

Shades of Blue Stone #216961

Tints of Blue Stone #216961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

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

R = 14.04%
G = 44.68%
B = 41.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#216961 (or 0x216961) is known color: Blue Stone. HEX triplet: 21, 69 and 61. RGB value is (33,105,97). Sum of RGB (Red+Green+Blue) = 33+105+97=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #216961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216961 is #DE969E. Grayscale: #525252. Windows color (decimal): -14587551 or 6383905. OLE color: 6383905.

HSL color Cylindrical-coordinate representation of color #216961: hue angle of 173.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216961 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 105 97 -
CMYK 0.69 0 0.08 0.59
HSL 173.33º 0.52% 0.27% -
HSV(B) 173.33º 0.69% 0.41% -
XYZ 7.84 11.29 13.08 -
YUV 82.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 33 105 97 0.69 0 0.08 0.59 173.33 0.52 0.27
Hex 21 69 61 45 0 8 3B AD 34 1B
Octal 41 151 141 105 0 10 73 255 64 33
Binary 100001 1101001 1100001 1000101 0 1000 111011 10101101 110100 11011

Color Harmonies of #216961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216961

Black with #216961

Text Example


Text Example

White with #216961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216961; }

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

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

background-color css

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

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

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

border-color css

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

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

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