Html Css Color HEX #217389 Allports

📋 copy color: '#217389'

red 33 ◦ green 115 ◦ blue 137

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

Shades of Allports #217389

Tints of Allports #217389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.07%

R = 11.58%
G = 40.35%
B = 48.07%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#217389 (or 0x217389) is known color: Allports. HEX triplet: 21, 73 and 89. RGB value is (33,115,137). Sum of RGB (Red+Green+Blue) = 33+115+137=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #217389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217389 is #DE8C76. Grayscale: #5C5C5C. Windows color (decimal): -14584951 or 9007905. OLE color: 9007905.

HSL color Cylindrical-coordinate representation of color #217389: hue angle of 192.69º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #217389 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 115 137 -
CMYK 0.76 0.16 0 0.46
HSL 192.69º 0.61% 0.33% -
HSV(B) 192.69º 0.76% 0.54% -
XYZ 11.27 14.39 25.85 -
YUV 92.99 152.83 85.21 -
System Red Green Blue C M Y K H S L
Decimal 33 115 137 0.76 0.16 0 0.46 192.69 0.61 0.33
Hex 21 73 89 4C 10 0 2E C1 3D 21
Octal 41 163 211 114 20 0 56 301 75 41
Binary 100001 1110011 10001001 1001100 10000 0 101110 11000001 111101 100001

Color Harmonies of #217389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217389

Black with #217389

Text Example


Text Example

White with #217389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217389; }

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

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

background-color css

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

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

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

border-color css

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

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

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