#0318BC

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

Shades of Medium Blue #0318BC

Tints of Medium Blue #0318BC

Color information

#0318BC (or 0x0318BC) is unknown color: approx Medium Blue. HEX triplet: 03, 18 and BC. RGB value is (3,24,188). Sum of RGB (Red+Green+Blue) = 3+24+188=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #0318BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0318BC is #FCE743. Grayscale: #232323. Windows color (decimal): -16574276 or 12326915. OLE color: 12326915.

HSL color Cylindrical-coordinate representation of color #0318BC: hue angle of 233.19º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0318BC is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB324188-
CMYK0.980.8700.26
HSL233.19º96.86%37.45%-
HSV(B)233.19º98.4%73.73%-
XYZ9.444.347.91-
YUV36.42213.54104.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 188 (73.83% from 255) = 87.44%
R=1.40%
G=11.16%
B=87.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3241880.980.8700.26233.1996.8637.45
Hex318BC625701Ae96125
Octal33027414212703235114145
Binary11110001011110011000101010111011010111010011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0318BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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