#0316BE

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

Shades of Medium Blue #0316BE

Tints of Medium Blue #0316BE

Color information

#0316BE (or 0x0316BE) is unknown color: approx Medium Blue. HEX triplet: 03, 16 and BE. RGB value is (3,22,190). Sum of RGB (Red+Green+Blue) = 3+22+190=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 190 (74.61% from 255 or 88.37% from 215); Max value from RGB is 190 - color contains mainly: blue. Hex color #0316BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0316BE is #FCE941. Grayscale: #222222. Windows color (decimal): -16574786 or 12457475. OLE color: 12457475.

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

Color convert

RGB322190-
CMYK0.980.8800.25
HSL233.9º96.89%37.84%-
HSV(B)233.9º98.42%74.51%-
XYZ9.624.3149.04-
YUV35.47215.21104.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 190 (74.61% from 255) = 88.37%
R=1.40%
G=10.23%
B=88.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3221900.980.8800.25233.996.8937.84
Hex316BE6258019ea6126
Octal32627614213003135214146
Binary11101101011111011000101011000011001111010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0316BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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