Html Css Color HEX #217483 Allports

📋 copy color: '#217483'

red 33 ◦ green 116 ◦ blue 131

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

Shades of Allports #217483

Tints of Allports #217483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.79%

R = 11.79%
G = 41.43%
B = 46.79%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#217483 (or 0x217483) is known color: Allports. HEX triplet: 21, 74 and 83. RGB value is (33,116,131). Sum of RGB (Red+Green+Blue) = 33+116+131=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #217483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217483 is #DE8B7C. Grayscale: #5C5C5C. Windows color (decimal): -14584701 or 8614945. OLE color: 8614945.

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

Color convert

RGB 33 116 131 -
CMYK 0.75 0.11 0 0.49
HSL 189.18º 0.6% 0.32% -
HSV(B) 189.18º 0.75% 0.51% -
XYZ 10.97 14.45 23.68 -
YUV 92.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 33 116 131 0.75 0.11 0 0.49 189.18 0.6 0.32
Hex 21 74 83 4B B 0 31 BD 3C 20
Octal 41 164 203 113 13 0 61 275 74 40
Binary 100001 1110100 10000011 1001011 1011 0 110001 10111101 111100 100000

Color Harmonies of #217483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217483

Black with #217483

Text Example


Text Example

White with #217483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217483; }

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

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

background-color css

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

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

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

border-color css

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

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

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