#320DCA

Color #320DCA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #320DCA

Tints of Medium Blue #320DCA

Color information

#320DCA (or 0x320DCA) is unknown color: approx Medium Blue. HEX triplet: 32, 0D and CA. RGB value is (50,13,202). Sum of RGB (Red+Green+Blue) = 50+13+202=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #320DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DCA is #CDF235. Grayscale: #2C2C2C. Windows color (decimal): -13496886 or 13241650. OLE color: 13241650.

HSL color Cylindrical-coordinate representation of color #320DCA: hue angle of 251.75º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320DCA is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5013202-
CMYK0.750.9400.21
HSL251.75º87.91%42.16%-
HSV(B)251.75º93.56%79.22%-
XYZ12.125.2356.25-
YUV45.61216.26131.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 13 (5.47% from 255) = 4.91%
BLUE value IS 202 (79.30% from 255) = 76.23%
R=18.87%
G=4.91%
B=76.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50132020.750.9400.21251.7587.9142.16
Hex32DCA4B5E015fc582a
Octal621531211313602537413052
Binary11001011011100101010010111011110010101111111001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,13,202); }

 H1.HeaderClassName
 {
   color: #320DCA;
 }
 .AnyTagClassName
 {
   color: #320DCA;
 }
</style>
background-color css

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

 a { background-color: rgb(50,13,202); }

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

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

 span { border-color: rgb(50,13,202); }

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