Html Css Color HEX #217584 Allports

📋 copy color: '#217584'

red 33 ◦ green 117 ◦ blue 132

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

Shades of Allports #217584

Tints of Allports #217584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 11.7%
G = 41.49%
B = 46.81%

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

#217584 (or 0x217584) is known color: Allports. HEX triplet: 21, 75 and 84. RGB value is (33,117,132). Sum of RGB (Red+Green+Blue) = 33+117+132=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #217584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217584 is #DE8A7B. Grayscale: #5D5D5D. Windows color (decimal): -14584444 or 8680737. OLE color: 8680737.

HSL color Cylindrical-coordinate representation of color #217584: hue angle of 189.09º 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 #217584 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 117 132 -
CMYK 0.75 0.11 0 0.48
HSL 189.09º 0.6% 0.32% -
HSV(B) 189.09º 0.75% 0.52% -
XYZ 11.15 14.71 24.08 -
YUV 93.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 33 117 132 0.75 0.11 0 0.48 189.09 0.6 0.32
Hex 21 75 84 4B B 0 30 BD 3C 20
Octal 41 165 204 113 13 0 60 275 74 40
Binary 100001 1110101 10000100 1001011 1011 0 110000 10111101 111100 100000

Color Harmonies of #217584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217584

Black with #217584

Text Example


Text Example

White with #217584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217584; }

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

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

background-color css

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

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

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

border-color css

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

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

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