Html Css Color HEX #320ACC Medium Blue

📋 copy color: '#320ACC'

red 50 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #320ACC

Tints of Medium Blue #320ACC

RGB

 RED value IS 50 (19.92% from 255) = 18.94%

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 204 (80.08% from 255) = 77.27%

R = 18.94%
G = 3.79%
B = 77.27%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#320ACC (or 0x320ACC) is known color: Medium Blue. HEX triplet: 32, 0A and CC. RGB value is (50,10,204). Sum of RGB (Red+Green+Blue) = 50+10+204=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #320ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ACC is #CDF533. Grayscale: #2B2B2B. Windows color (decimal): -13497652 or 13371954. OLE color: 13371954.

HSL color Cylindrical-coordinate representation of color #320ACC: hue angle of 252.37º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320ACC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 10 204 -
CMYK 0.75 0.95 0 0.2
HSL 252.37º 0.91% 0.42% -
HSV(B) 252.37º 0.95% 0.8% -
XYZ 12.32 5.25 57.49 -
YUV 44.08 218.25 132.23 -
System Red Green Blue C M Y K H S L
Decimal 50 10 204 0.75 0.95 0 0.2 252.37 0.91 0.42
Hex 32 A CC 4B 5F 0 14 FC 5B 2A
Octal 62 12 314 113 137 0 24 374 133 52
Binary 110010 1010 11001100 1001011 1011111 0 10100 11111100 1011011 101010

Color Harmonies of #320ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320ACC

Black with #320ACC

Text Example


Text Example

White with #320ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320ACC; }

 p { color: rgb(50,10,204); }

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

background-color css

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

 a { background-color: rgb(50,10,204); }

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

border-color css

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

 span { border-color: rgb(50,10,204); }

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