Html Css Color HEX #206373 Allports

📋 copy color: '#206373'

red 32 ◦ green 99 ◦ blue 115

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

Shades of Allports #206373

Tints of Allports #206373

RGB

 RED value IS 32 (12.89% from 255) = 13.01%

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

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

R = 13.01%
G = 40.24%
B = 46.75%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#206373 (or 0x206373) is known color: Allports. HEX triplet: 20, 63 and 73. RGB value is (32,99,115). Sum of RGB (Red+Green+Blue) = 32+99+115=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #206373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206373 is #DF9C8C. Grayscale: #505050. Windows color (decimal): -14654605 or 7562016. OLE color: 7562016.

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

Color convert

RGB 32 99 115 -
CMYK 0.72 0.14 0 0.55
HSL 191.57º 0.56% 0.29% -
HSV(B) 191.57º 0.72% 0.45% -
XYZ 8.15 10.47 17.81 -
YUV 80.79 147.3 93.2 -
System Red Green Blue C M Y K H S L
Decimal 32 99 115 0.72 0.14 0 0.55 191.57 0.56 0.29
Hex 20 63 73 48 E 0 37 C0 38 1D
Octal 40 143 163 110 16 0 67 300 70 35
Binary 100000 1100011 1110011 1001000 1110 0 110111 11000000 111000 11101

Color Harmonies of #206373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206373

Black with #206373

Text Example


Text Example

White with #206373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206373; }

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

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

background-color css

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

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

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

border-color css

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

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

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