#031AC8

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

Shades of Medium Blue #031AC8

Tints of Medium Blue #031AC8

Color information

#031AC8 (or 0x031AC8) is unknown color: approx Medium Blue. HEX triplet: 03, 1A and C8. RGB value is (3,26,200). Sum of RGB (Red+Green+Blue) = 3+26+200=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 200 (78.52% from 255 or 87.34% from 229); Max value from RGB is 200 - color contains mainly: blue. Hex color #031AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031AC8 is #FCE537. Grayscale: #262626. Windows color (decimal): -16573752 or 13113859. OLE color: 13113859.

HSL color Cylindrical-coordinate representation of color #031AC8: hue angle of 232.99º 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 #031AC8 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB326200-
CMYK0.980.8700.22
HSL232.99º97.04%39.8%-
HSV(B)232.99º98.5%78.43%-
XYZ10.834.9355.02-
YUV38.96218.88102.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 200 (78.52% from 255) = 87.34%
R=1.31%
G=11.35%
B=87.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3262000.980.8700.22232.9997.0439.8
Hex31AC86257016e96128
Octal33231014212702635114150
Binary11110101100100011000101010111010110111010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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