Html Css Color HEX #217491 Allports

📋 copy color: '#217491'

red 33 ◦ green 116 ◦ blue 145

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

Shades of Allports #217491

Tints of Allports #217491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 11.22%
G = 39.46%
B = 49.32%

CMYK

 C value IS 0.77

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#217491 (or 0x217491) is known color: Allports. HEX triplet: 21, 74 and 91. RGB value is (33,116,145). Sum of RGB (Red+Green+Blue) = 33+116+145=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #217491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217491 is #DE8B6E. Grayscale: #5E5E5E. Windows color (decimal): -14584687 or 9532449. OLE color: 9532449.

HSL color Cylindrical-coordinate representation of color #217491: hue angle of 195.54º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #217491 is Cyan = 0.77, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 116 145 -
CMYK 0.77 0.2 0 0.43
HSL 195.54º 0.63% 0.35% -
HSV(B) 195.54º 0.77% 0.57% -
XYZ 11.98 14.86 29.02 -
YUV 94.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 33 116 145 0.77 0.2 0 0.43 195.54 0.63 0.35
Hex 21 74 91 4D 14 0 2B C4 3F 23
Octal 41 164 221 115 24 0 53 304 77 43
Binary 100001 1110100 10010001 1001101 10100 0 101011 11000100 111111 100011

Color Harmonies of #217491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217491

Black with #217491

Text Example


Text Example

White with #217491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217491; }

 p { color: rgb(33,116,145); }

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

background-color css

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

 a { background-color: rgb(33,116,145); }

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

border-color css

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

 span { border-color: rgb(33,116,145); }

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