#0318D0

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

Shades of Medium Blue #0318D0

Tints of Medium Blue #0318D0

Color information

#0318D0 (or 0x0318D0) is unknown color: approx Medium Blue. HEX triplet: 03, 18 and D0. RGB value is (3,24,208). Sum of RGB (Red+Green+Blue) = 3+24+208=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 208 (81.64% from 255 or 88.51% from 235); Max value from RGB is 208 - color contains mainly: blue. Hex color #0318D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0318D0 is #FCE72F. Grayscale: #252525. Windows color (decimal): -16574256 or 13637635. OLE color: 13637635.

HSL color Cylindrical-coordinate representation of color #0318D0: hue angle of 233.85º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0318D0 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB324208-
CMYK0.990.8800.18
HSL233.85º97.16%41.37%-
HSV(B)233.85º98.56%81.57%-
XYZ11.755.2360.06-
YUV38.7223.54102.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 208 (81.64% from 255) = 88.51%
R=1.28%
G=10.21%
B=88.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3242080.990.8800.18233.8597.1641.37
Hex318D06358012ea6129
Octal33032014313002235214151
Binary11110001101000011000111011000010010111010101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0318D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0318D0; }

 p { color: rgb(3,24,208); }

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

<style>
 a { background-color: #0318D0; }

 a { background-color: rgb(3,24,208); }

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

<style>
 span { border-color: #0318D0; }

 span { border-color: rgb(3,24,208); }

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