#320ECA

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

Shades of Medium Blue #320ECA

Tints of Medium Blue #320ECA

Color information

#320ECA (or 0x320ECA) is unknown color: approx Medium Blue. HEX triplet: 32, 0E and CA. RGB value is (50,14,202). Sum of RGB (Red+Green+Blue) = 50+14+202=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #320ECA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ECA is #CDF135. Grayscale: #2D2D2D. Windows color (decimal): -13496630 or 13241906. OLE color: 13241906.

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

Color convert

RGB5014202-
CMYK0.750.9300.21
HSL251.49º87.04%42.35%-
HSV(B)251.49º93.07%79.22%-
XYZ12.135.2656.25-
YUV46.2215.93130.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 202 (79.30% from 255) = 75.94%
R=18.80%
G=5.26%
B=75.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50142020.750.9300.21251.4987.0442.35
Hex32ECA4B5D015fb572a
Octal621631211313502537312752
Binary11001011101100101010010111011101010101111110111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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