#200CE3

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

Shades of Medium Blue #200CE3

Tints of Medium Blue #200CE3

Color information

#200CE3 (or 0x200CE3) is unknown color: approx Medium Blue. HEX triplet: 20, 0C and E3. RGB value is (32,12,227). Sum of RGB (Red+Green+Blue) = 32+12+227=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 227 (89.06% from 255 or 83.76% from 271); Max value from RGB is 227 - color contains mainly: blue. Hex color #200CE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CE3 is #DFF31C. Grayscale: #292929. Windows color (decimal): -14676765 or 14879776. OLE color: 14879776.

HSL color Cylindrical-coordinate representation of color #200CE3: hue angle of 245.58º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200CE3 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3212227-
CMYK0.860.9500.11
HSL245.58º89.96%46.86%-
HSV(B)245.58º94.71%89.02%-
XYZ14.596.1273.08-
YUV42.49232.13120.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 227 (89.06% from 255) = 83.76%
R=11.81%
G=4.43%
B=83.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal32122270.860.9500.11245.5889.9646.86
Hex20CE3565F0Bf65a2f
Octal401434312613701336613257
Binary1000001100111000111010110101111101011111101101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200CE3; }

 p { color: rgb(32,12,227); }

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

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

 a { background-color: rgb(32,12,227); }

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

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

 span { border-color: rgb(32,12,227); }

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