#03316E

Color #03316E Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #03316E

Tints of Prussian Blue #03316E

Color information

#03316E (or 0x03316E) is unknown color: approx Prussian Blue. HEX triplet: 03, 31 and 6E. RGB value is (3,49,110). Sum of RGB (Red+Green+Blue) = 3+49+110=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #03316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03316E is #FCCE91. Grayscale: #292929. Windows color (decimal): -16567954 or 7221507. OLE color: 7221507.

HSL color Cylindrical-coordinate representation of color #03316E: hue angle of 214.21º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03316E is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB349110-
CMYK0.970.5500.57
HSL214.21º94.69%22.16%-
HSV(B)214.21º97.27%43.14%-
XYZ3.953.3415.19-
YUV42.2166.26100.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 110 (43.36% from 255) = 67.90%
R=1.85%
G=30.25%
B=67.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3491100.970.5500.57214.2194.6922.16
Hex3316E6137039d65f16
Octal3611561416707132613726
Binary1111000111011101100001110111011100111010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03316E; }

 p { color: rgb(3,49,110); }

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

<style>
 a { background-color: #03316E; }

 a { background-color: rgb(3,49,110); }

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

<style>
 span { border-color: #03316E; }

 span { border-color: rgb(3,49,110); }

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