Html Css Color HEX #216B6E Blue Stone

📋 copy color: '#216B6E'

red 33 ◦ green 107 ◦ blue 110

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

Shades of Blue Stone #216B6E

Tints of Blue Stone #216B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.8%

 BLUE value IS 110 (43.36% from 255) = 44%

R = 13.2%
G = 42.8%
B = 44%

CMYK

 C value IS 0.7

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#216B6E (or 0x216B6E) is known color: Blue Stone. HEX triplet: 21, 6B and 6E. RGB value is (33,107,110). Sum of RGB (Red+Green+Blue) = 33+107+110=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #216B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216B6E is #DE9491. Grayscale: #555555. Windows color (decimal): -14587026 or 7236385. OLE color: 7236385.

HSL color Cylindrical-coordinate representation of color #216B6E: hue angle of 182.34º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216B6E is Cyan = 0.7, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 107 110 -
CMYK 0.7 0.03 0 0.57
HSL 182.34º 0.54% 0.28% -
HSV(B) 182.34º 0.7% 0.43% -
XYZ 8.7 11.96 16.6 -
YUV 85.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 33 107 110 0.7 0.03 0 0.57 182.34 0.54 0.28
Hex 21 6B 6E 46 3 0 39 B6 36 1C
Octal 41 153 156 106 3 0 71 266 66 34
Binary 100001 1101011 1101110 1000110 11 0 111001 10110110 110110 11100

Color Harmonies of #216B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216B6E

Black with #216B6E

Text Example


Text Example

White with #216B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216B6E; }

 p { color: rgb(33,107,110); }

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

background-color css

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

 a { background-color: rgb(33,107,110); }

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

border-color css

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

 span { border-color: rgb(33,107,110); }

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