#0316BB

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

Shades of Medium Blue #0316BB

Tints of Medium Blue #0316BB

Color information

#0316BB (or 0x0316BB) is unknown color: approx Medium Blue. HEX triplet: 03, 16 and BB. RGB value is (3,22,187). Sum of RGB (Red+Green+Blue) = 3+22+187=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 187 (73.44% from 255 or 88.21% from 212); Max value from RGB is 187 - color contains mainly: blue. Hex color #0316BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0316BB is #FCE944. Grayscale: #222222. Windows color (decimal): -16574789 or 12260867. OLE color: 12260867.

HSL color Cylindrical-coordinate representation of color #0316BB: hue angle of 233.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0316BB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB322187-
CMYK0.980.8800.27
HSL233.8º96.84%37.25%-
HSV(B)233.8º98.4%73.33%-
XYZ9.294.1847.33-
YUV35.13213.71105.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 187 (73.44% from 255) = 88.21%
R=1.42%
G=10.38%
B=88.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3221870.980.8800.27233.896.8437.25
Hex316BB625801Bea6125
Octal32627314213003335214145
Binary11101101011101111000101011000011011111010101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0316BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0316BB; }

 p { color: rgb(3,22,187); }

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

<style>
 a { background-color: #0316BB; }

 a { background-color: rgb(3,22,187); }

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

<style>
 span { border-color: #0316BB; }

 span { border-color: rgb(3,22,187); }

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