#0304DD

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

Shades of Medium Blue #0304DD

Tints of Medium Blue #0304DD

Color information

#0304DD (or 0x0304DD) is unknown color: approx Medium Blue. HEX triplet: 03, 04 and DD. RGB value is (3,4,221). Sum of RGB (Red+Green+Blue) = 3+4+221=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 221 (86.72% from 255 or 96.93% from 228); Max value from RGB is 221 - color contains mainly: blue. Hex color #0304DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0304DD is #FCFB22. Grayscale: #1B1B1B. Windows color (decimal): -16579363 or 14484483. OLE color: 14484483.

HSL color Cylindrical-coordinate representation of color #0304DD: hue angle of 239.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0304DD is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB34221-
CMYK0.990.9800.13
HSL239.72º97.32%43.92%-
HSV(B)239.72º98.64%86.67%-
XYZ13.135.3368.74-
YUV28.44236.67109.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 221 (86.72% from 255) = 96.93%
R=1.32%
G=1.75%
B=96.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal342210.990.9800.13239.7297.3243.92
Hex34DD63620Df0612c
Octal3433514314201536014154
Binary11100110111011100011110001001101111100001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0304DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0304DD; }

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

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

<style>
 a { background-color: #0304DD; }

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

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

<style>
 span { border-color: #0304DD; }

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

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