Html Css Color HEX #217481 Allports

📋 copy color: '#217481'

red 33 ◦ green 116 ◦ blue 129

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

Shades of Allports #217481

Tints of Allports #217481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 11.87%
G = 41.73%
B = 46.4%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#217481 (or 0x217481) is known color: Allports. HEX triplet: 21, 74 and 81. RGB value is (33,116,129). Sum of RGB (Red+Green+Blue) = 33+116+129=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #217481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217481 is #DE8B7E. Grayscale: #5C5C5C. Windows color (decimal): -14584703 or 8483873. OLE color: 8483873.

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

Color convert

RGB 33 116 129 -
CMYK 0.74 0.10 0 0.49
HSL 188.13º 0.59% 0.32% -
HSV(B) 188.13º 0.74% 0.51% -
XYZ 10.84 14.4 22.98 -
YUV 92.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 33 116 129 0.74 0.10 0 0.49 188.13 0.59 0.32
Hex 21 74 81 4A A 0 31 BC 3B 20
Octal 41 164 201 112 12 0 61 274 73 40
Binary 100001 1110100 10000001 1001010 1010 0 110001 10111100 111011 100000

Color Harmonies of #217481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217481

Black with #217481

Text Example


Text Example

White with #217481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217481; }

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

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

background-color css

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

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

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

border-color css

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

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

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