#0302dc

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

Shades of Medium Blue #0302DC

Tints of Medium Blue #0302DC

Color information

#0302DC (or 0x0302DC) is unknown color: approx Medium Blue. HEX triplet: 03, 02 and DC. RGB value is (3,2,220). Sum of RGB (Red+Green+Blue) = 3+2+220=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 220 (86.33% from 255 or 97.78% from 225); Max value from RGB is 220 - color contains mainly: blue. Hex color #0302DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0302DC is #FCFD23. Grayscale: #1A1A1A. Windows color (decimal): -16579876 or 14418435. OLE color: 14418435.

HSL color Cylindrical-coordinate representation of color #0302DC: hue angle of 240.28º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0302DC is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB32220-
CMYK0.990.9900.14
HSL240.28º98.2%43.53%-
HSV(B)240.28º99.09%86.27%-
XYZ12.985.2368.04-
YUV27.15236.83110.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 220 (86.33% from 255) = 97.78%
R=1.33%
G=0.89%
B=97.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal322200.990.9900.14240.2898.243.53
Hex32DC63630Ef0622c
Octal3233414314301636014254
Binary1110110111001100011110001101110111100001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0302dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0302dc; }

 p { color: rgb(3,2,220); }

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

<style>
 a { background-color: #0302dc; }

 a { background-color: rgb(3,2,220); }

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

<style>
 span { border-color: #0302dc; }

 span { border-color: rgb(3,2,220); }

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