#031BC8

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

Shades of Medium Blue #031BC8

Tints of Medium Blue #031BC8

Color information

#031BC8 (or 0x031BC8) is unknown color: approx Medium Blue. HEX triplet: 03, 1B and C8. RGB value is (3,27,200). Sum of RGB (Red+Green+Blue) = 3+27+200=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 200 (78.52% from 255 or 86.96% from 230); Max value from RGB is 200 - color contains mainly: blue. Hex color #031BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BC8 is #FCE437. Grayscale: #262626. Windows color (decimal): -16573496 or 13114115. OLE color: 13114115.

HSL color Cylindrical-coordinate representation of color #031BC8: hue angle of 232.69º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031BC8 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB327200-
CMYK0.980.8600.22
HSL232.69º97.04%39.8%-
HSV(B)232.69º98.5%78.43%-
XYZ10.854.9755.03-
YUV39.55218.55101.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 27 (10.94% from 255) = 11.74%
BLUE value IS 200 (78.52% from 255) = 86.96%
R=1.30%
G=11.74%
B=86.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3272000.980.8600.22232.6997.0439.8
Hex31BC86256016e96128
Octal33331014212602635114150
Binary11110111100100011000101010110010110111010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031BC8; }

 p { color: rgb(3,27,200); }

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

<style>
 a { background-color: #031BC8; }

 a { background-color: rgb(3,27,200); }

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

<style>
 span { border-color: #031BC8; }

 span { border-color: rgb(3,27,200); }

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