Html Css Color HEX #217992 Allports

📋 copy color: '#217992'

red 33 ◦ green 121 ◦ blue 146

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

Shades of Allports #217992

Tints of Allports #217992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.33%

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 11%
G = 40.33%
B = 48.67%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#217992 (or 0x217992) is known color: Allports. HEX triplet: 21, 79 and 92. RGB value is (33,121,146). Sum of RGB (Red+Green+Blue) = 33+121+146=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #217992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217992 is #DE866D. Grayscale: #616161. Windows color (decimal): -14583406 or 9599265. OLE color: 9599265.

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

Color convert

RGB 33 121 146 -
CMYK 0.77 0.17 0 0.43
HSL 193.27º 0.63% 0.35% -
HSV(B) 193.27º 0.77% 0.57% -
XYZ 12.65 16.07 29.63 -
YUV 97.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 33 121 146 0.77 0.17 0 0.43 193.27 0.63 0.35
Hex 21 79 92 4D 11 0 2B C1 3F 23
Octal 41 171 222 115 21 0 53 301 77 43
Binary 100001 1111001 10010010 1001101 10001 0 101011 11000001 111111 100011

Color Harmonies of #217992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217992

Black with #217992

Text Example


Text Example

White with #217992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217992; }

 p { color: rgb(33,121,146); }

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

background-color css

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

 a { background-color: rgb(33,121,146); }

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

border-color css

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

 span { border-color: rgb(33,121,146); }

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