#0311BE

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

Shades of Medium Blue #0311BE

Tints of Medium Blue #0311BE

Color information

#0311BE (or 0x0311BE) is unknown color: approx Medium Blue. HEX triplet: 03, 11 and BE. RGB value is (3,17,190). Sum of RGB (Red+Green+Blue) = 3+17+190=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 190 (74.61% from 255 or 90.48% from 210); Max value from RGB is 190 - color contains mainly: blue. Hex color #0311BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0311BE is #FCEE41. Grayscale: #1F1F1F. Windows color (decimal): -16576066 or 12456195. OLE color: 12456195.

HSL color Cylindrical-coordinate representation of color #0311BE: hue angle of 235.51º 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 #0311BE is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB317190-
CMYK0.980.9100.25
HSL235.51º96.89%37.84%-
HSV(B)235.51º98.42%74.51%-
XYZ9.534.1449.01-
YUV32.54216.86106.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 190 (74.61% from 255) = 90.48%
R=1.43%
G=8.10%
B=90.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3171900.980.9100.25235.5196.8937.84
Hex311BE625B019ec6126
Octal32127614213303135414146
Binary11100011011111011000101011011011001111011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0311BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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