Html Css Color HEX #217391 Allports

📋 copy color: '#217391'

red 33 ◦ green 115 ◦ blue 145

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

Shades of Allports #217391

Tints of Allports #217391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

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

R = 11.26%
G = 39.25%
B = 49.49%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#217391 (or 0x217391) is known color: Allports. HEX triplet: 21, 73 and 91. RGB value is (33,115,145). Sum of RGB (Red+Green+Blue) = 33+115+145=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #217391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217391 is #DE8C6E. Grayscale: #5D5D5D. Windows color (decimal): -14584943 or 9532193. OLE color: 9532193.

HSL color Cylindrical-coordinate representation of color #217391: hue angle of 196.07º 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 #217391 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 115 145 -
CMYK 0.77 0.21 0 0.43
HSL 196.07º 0.63% 0.35% -
HSV(B) 196.07º 0.77% 0.57% -
XYZ 11.87 14.63 28.99 -
YUV 93.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 33 115 145 0.77 0.21 0 0.43 196.07 0.63 0.35
Hex 21 73 91 4D 15 0 2B C4 3F 23
Octal 41 163 221 115 25 0 53 304 77 43
Binary 100001 1110011 10010001 1001101 10101 0 101011 11000100 111111 100011

Color Harmonies of #217391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217391

Black with #217391

Text Example


Text Example

White with #217391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217391; }

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

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

background-color css

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

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

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

border-color css

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

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

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