#200ABC

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

Shades of Medium Blue #200ABC

Tints of Medium Blue #200ABC

Color information

#200ABC (or 0x200ABC) is unknown color: approx Medium Blue. HEX triplet: 20, 0A and BC. RGB value is (32,10,188). Sum of RGB (Red+Green+Blue) = 32+10+188=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #200ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ABC is #DFF543. Grayscale: #242424. Windows color (decimal): -14677316 or 12323360. OLE color: 12323360.

HSL color Cylindrical-coordinate representation of color #200ABC: hue angle of 247.42º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200ABC is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3210188-
CMYK0.830.9500.26
HSL247.42º89.9%38.82%-
HSV(B)247.42º94.68%73.73%-
XYZ9.784.1547.86-
YUV36.87213.29124.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 188 (73.83% from 255) = 81.74%
R=13.91%
G=4.35%
B=81.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32101880.830.9500.26247.4289.938.82
Hex20ABC535F01Af75a27
Octal401227412313703236713247
Binary10000010101011110010100111011111011010111101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,10,188); }

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

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

 a { background-color: rgb(32,10,188); }

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

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

 span { border-color: rgb(32,10,188); }

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