#0403CC

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

Shades of Medium Blue #0403CC

Tints of Medium Blue #0403CC

Color information

#0403CC (or 0x0403CC) is unknown color: approx Medium Blue. HEX triplet: 04, 03 and CC. RGB value is (4,3,204). Sum of RGB (Red+Green+Blue) = 4+3+204=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 204 (80.08% from 255 or 96.68% from 211); Max value from RGB is 204 - color contains mainly: blue. Hex color #0403CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0403CC is #FBFC33. Grayscale: #191919. Windows color (decimal): -16514100 or 13370116. OLE color: 13370116.

HSL color Cylindrical-coordinate representation of color #0403CC: hue angle of 240.3º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0403CC is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB43204-
CMYK0.980.9900.2
HSL240.3º97.1%40.59%-
HSV(B)240.3º98.53%80%-
XYZ10.984.4557.41-
YUV26.21228.33112.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 204 (80.08% from 255) = 96.68%
R=1.90%
G=1.42%
B=96.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal432040.980.9900.2240.397.140.59
Hex43CC6263014f06129
Octal4331414214302436014151
Binary100111100110011000101100011010100111100001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0403CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0403CC; }

 p { color: rgb(4,3,204); }

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

<style>
 a { background-color: #0403CC; }

 a { background-color: rgb(4,3,204); }

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

<style>
 span { border-color: #0403CC; }

 span { border-color: rgb(4,3,204); }

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