Html Css Color HEX #217684 Allports

📋 copy color: '#217684'

red 33 ◦ green 118 ◦ blue 132

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

Shades of Allports #217684

Tints of Allports #217684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 11.66%
G = 41.7%
B = 46.64%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#217684 (or 0x217684) is known color: Allports. HEX triplet: 21, 76 and 84. RGB value is (33,118,132). Sum of RGB (Red+Green+Blue) = 33+118+132=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #217684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217684 is #DE897B. Grayscale: #5E5E5E. Windows color (decimal): -14584188 or 8680993. OLE color: 8680993.

HSL color Cylindrical-coordinate representation of color #217684: hue angle of 188.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217684 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 118 132 -
CMYK 0.75 0.11 0 0.48
HSL 188.48º 0.6% 0.32% -
HSV(B) 188.48º 0.75% 0.52% -
XYZ 11.27 14.95 24.12 -
YUV 94.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 33 118 132 0.75 0.11 0 0.48 188.48 0.6 0.32
Hex 21 76 84 4B B 0 30 BC 3C 20
Octal 41 166 204 113 13 0 60 274 74 40
Binary 100001 1110110 10000100 1001011 1011 0 110000 10111100 111100 100000

Color Harmonies of #217684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217684

Black with #217684

Text Example


Text Example

White with #217684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217684; }

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

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

background-color css

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

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

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

border-color css

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

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

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