#2004BA

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

Shades of Medium Blue #2004BA

Tints of Medium Blue #2004BA

Color information

#2004BA (or 0x2004BA) is unknown color: approx Medium Blue. HEX triplet: 20, 04 and BA. RGB value is (32,4,186). Sum of RGB (Red+Green+Blue) = 32+4+186=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #2004BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004BA is #DFFB45. Grayscale: #202020. Windows color (decimal): -14678854 or 12190752. OLE color: 12190752.

HSL color Cylindrical-coordinate representation of color #2004BA: hue angle of 249.23º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004BA is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB324186-
CMYK0.830.9800.27
HSL249.23º95.79%37.25%-
HSV(B)249.23º97.85%72.94%-
XYZ9.53.9446.71-
YUV33.12214.28127.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 186 (73.05% from 255) = 83.78%
R=14.41%
G=1.80%
B=83.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3241860.830.9800.27249.2395.7937.25
Hex204BA536201Bf96025
Octal40427212314203337114045
Binary1000001001011101010100111100010011011111110011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2004BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2004BA; }

 p { color: rgb(32,4,186); }

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

<style>
 a { background-color: #2004BA; }

 a { background-color: rgb(32,4,186); }

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

<style>
 span { border-color: #2004BA; }

 span { border-color: rgb(32,4,186); }

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