Html Css Color HEX #216677 Allports

📋 copy color: '#216677'

red 33 ◦ green 102 ◦ blue 119

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

Shades of Allports #216677

Tints of Allports #216677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.16%

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 12.99%
G = 40.16%
B = 46.85%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#216677 (or 0x216677) is known color: Allports. HEX triplet: 21, 66 and 77. RGB value is (33,102,119). Sum of RGB (Red+Green+Blue) = 33+102+119=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #216677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216677 is #DE9988. Grayscale: #535353. Windows color (decimal): -14588297 or 7824929. OLE color: 7824929.

HSL color Cylindrical-coordinate representation of color #216677: hue angle of 191.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216677 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 102 119 -
CMYK 0.72 0.14 0 0.53
HSL 191.86º 0.57% 0.3% -
HSV(B) 191.86º 0.72% 0.47% -
XYZ 8.71 11.16 19.15 -
YUV 83.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 33 102 119 0.72 0.14 0 0.53 191.86 0.57 0.3
Hex 21 66 77 48 E 0 35 C0 39 1E
Octal 41 146 167 110 16 0 65 300 71 36
Binary 100001 1100110 1110111 1001000 1110 0 110101 11000000 111001 11110

Color Harmonies of #216677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216677

Black with #216677

Text Example


Text Example

White with #216677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216677; }

 p { color: rgb(33,102,119); }

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

background-color css

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

 a { background-color: rgb(33,102,119); }

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

border-color css

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

 span { border-color: rgb(33,102,119); }

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