Html Css Color HEX #216373 Allports

📋 copy color: '#216373'

red 33 ◦ green 99 ◦ blue 115

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

Shades of Allports #216373

Tints of Allports #216373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 13.36%
G = 40.08%
B = 46.56%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#216373 (or 0x216373) is known color: Allports. HEX triplet: 21, 63 and 73. RGB value is (33,99,115). Sum of RGB (Red+Green+Blue) = 33+99+115=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #216373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216373 is #DE9C8C. Grayscale: #505050. Windows color (decimal): -14589069 or 7562017. OLE color: 7562017.

HSL color Cylindrical-coordinate representation of color #216373: hue angle of 191.71º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216373 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 99 115 -
CMYK 0.71 0.14 0 0.55
HSL 191.71º 0.55% 0.29% -
HSV(B) 191.71º 0.71% 0.45% -
XYZ 8.18 10.48 17.81 -
YUV 81.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 33 99 115 0.71 0.14 0 0.55 191.71 0.55 0.29
Hex 21 63 73 47 E 0 37 C0 37 1D
Octal 41 143 163 107 16 0 67 300 67 35
Binary 100001 1100011 1110011 1000111 1110 0 110111 11000000 110111 11101

Color Harmonies of #216373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216373

Black with #216373

Text Example


Text Example

White with #216373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216373; }

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

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

background-color css

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

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

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

border-color css

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

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

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