Html Css Color HEX #216686 Allports

📋 copy color: '#216686'

red 33 ◦ green 102 ◦ blue 134

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

Shades of Allports #216686

Tints of Allports #216686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.81%

R = 12.27%
G = 37.92%
B = 49.81%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#216686 (or 0x216686) is known color: Allports. HEX triplet: 21, 66 and 86. RGB value is (33,102,134). Sum of RGB (Red+Green+Blue) = 33+102+134=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #216686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216686 is #DE9979. Grayscale: #545454. Windows color (decimal): -14588282 or 8807969. OLE color: 8807969.

HSL color Cylindrical-coordinate representation of color #216686: hue angle of 199.01º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216686 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 102 134 -
CMYK 0.75 0.24 0 0.47
HSL 199.01º 0.6% 0.33% -
HSV(B) 199.01º 0.75% 0.53% -
XYZ 9.68 11.55 24.27 -
YUV 85.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 33 102 134 0.75 0.24 0 0.47 199.01 0.6 0.33
Hex 21 66 86 4B 18 0 2F C7 3C 21
Octal 41 146 206 113 30 0 57 307 74 41
Binary 100001 1100110 10000110 1001011 11000 0 101111 11000111 111100 100001

Color Harmonies of #216686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216686

Black with #216686

Text Example


Text Example

White with #216686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216686; }

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

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

background-color css

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

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

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

border-color css

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

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

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