#200ACB

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

Shades of Medium Blue #200ACB

Tints of Medium Blue #200ACB

Color information

#200ACB (or 0x200ACB) is unknown color: approx Medium Blue. HEX triplet: 20, 0A and CB. RGB value is (32,10,203). Sum of RGB (Red+Green+Blue) = 32+10+203=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 203 (79.69% from 255 or 82.86% from 245); Max value from RGB is 203 - color contains mainly: blue. Hex color #200ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ACB is #DFF534. Grayscale: #252525. Windows color (decimal): -14677301 or 13306400. OLE color: 13306400.

HSL color Cylindrical-coordinate representation of color #200ACB: hue angle of 246.84º 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 #200ACB is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3210203-
CMYK0.840.9500.20
HSL246.84º90.61%41.76%-
HSV(B)246.84º95.07%79.61%-
XYZ11.484.8456.83-
YUV38.58220.79123.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 203 (79.69% from 255) = 82.86%
R=13.06%
G=4.08%
B=82.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal32102030.840.9500.20246.8490.6141.76
Hex20ACB545F014f75b2a
Octal401231312413702436713352
Binary10000010101100101110101001011111010100111101111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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