Html Css Color HEX #216E76 Allports

📋 copy color: '#216E76'

red 33 ◦ green 110 ◦ blue 118

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

Shades of Allports #216E76

Tints of Allports #216E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.15%

 BLUE value IS 118 (46.48% from 255) = 45.21%

R = 12.64%
G = 42.15%
B = 45.21%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#216E76 (or 0x216E76) is known color: Allports. HEX triplet: 21, 6E and 76. RGB value is (33,110,118). Sum of RGB (Red+Green+Blue) = 33+110+118=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #216E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E76 is #DE9189. Grayscale: #575757. Windows color (decimal): -14586250 or 7761441. OLE color: 7761441.

HSL color Cylindrical-coordinate representation of color #216E76: hue angle of 185.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216E76 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 110 118 -
CMYK 0.72 0.07 0 0.54
HSL 185.65º 0.56% 0.3% -
HSV(B) 185.65º 0.72% 0.46% -
XYZ 9.47 12.78 19.11 -
YUV 87.89 144.99 88.85 -
System Red Green Blue C M Y K H S L
Decimal 33 110 118 0.72 0.07 0 0.54 185.65 0.56 0.3
Hex 21 6E 76 48 7 0 36 BA 38 1E
Octal 41 156 166 110 7 0 66 272 70 36
Binary 100001 1101110 1110110 1001000 111 0 110110 10111010 111000 11110

Color Harmonies of #216E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216E76

Black with #216E76

Text Example


Text Example

White with #216E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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