Html Css Color HEX #206379 Allports

📋 copy color: '#206379'

red 32 ◦ green 99 ◦ blue 121

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

Shades of Allports #206379

Tints of Allports #206379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 48.02%

R = 12.7%
G = 39.29%
B = 48.02%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#206379 (or 0x206379) is known color: Allports. HEX triplet: 20, 63 and 79. RGB value is (32,99,121). Sum of RGB (Red+Green+Blue) = 32+99+121=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #206379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206379 is #DF9C86. Grayscale: #515151. Windows color (decimal): -14654599 or 7955232. OLE color: 7955232.

HSL color Cylindrical-coordinate representation of color #206379: hue angle of 194.83º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206379 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 99 121 -
CMYK 0.74 0.18 0 0.53
HSL 194.83º 0.58% 0.3% -
HSV(B) 194.83º 0.74% 0.47% -
XYZ 8.51 10.61 19.69 -
YUV 81.48 150.3 92.71 -
System Red Green Blue C M Y K H S L
Decimal 32 99 121 0.74 0.18 0 0.53 194.83 0.58 0.3
Hex 20 63 79 4A 12 0 35 C3 3A 1E
Octal 40 143 171 112 22 0 65 303 72 36
Binary 100000 1100011 1111001 1001010 10010 0 110101 11000011 111010 11110

Color Harmonies of #206379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206379

Black with #206379

Text Example


Text Example

White with #206379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206379; }

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

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

background-color css

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

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

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

border-color css

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

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

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