Html Css Color HEX #206374 Allports

📋 copy color: '#206374'

red 32 ◦ green 99 ◦ blue 116

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

Shades of Allports #206374

Tints of Allports #206374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.96%

R = 12.96%
G = 40.08%
B = 46.96%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#206374 (or 0x206374) is known color: Allports. HEX triplet: 20, 63 and 74. RGB value is (32,99,116). Sum of RGB (Red+Green+Blue) = 32+99+116=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #206374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206374 is #DF9C8B. Grayscale: #505050. Windows color (decimal): -14654604 or 7627552. OLE color: 7627552.

HSL color Cylindrical-coordinate representation of color #206374: hue angle of 192.14º degrees, saturation: 0.57, 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 #206374 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 99 116 -
CMYK 0.72 0.15 0 0.55
HSL 192.14º 0.57% 0.29% -
HSV(B) 192.14º 0.72% 0.45% -
XYZ 8.21 10.49 18.12 -
YUV 80.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 32 99 116 0.72 0.15 0 0.55 192.14 0.57 0.29
Hex 20 63 74 48 F 0 37 C0 39 1D
Octal 40 143 164 110 17 0 67 300 71 35
Binary 100000 1100011 1110100 1001000 1111 0 110111 11000000 111001 11101

Color Harmonies of #206374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206374

Black with #206374

Text Example


Text Example

White with #206374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206374; }

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

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

background-color css

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

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

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

border-color css

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

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

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