#03316F

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

Shades of Prussian Blue #03316F

Tints of Prussian Blue #03316F

Color information

#03316F (or 0x03316F) is unknown color: approx Prussian Blue. HEX triplet: 03, 31 and 6F. RGB value is (3,49,111). Sum of RGB (Red+Green+Blue) = 3+49+111=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #03316F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03316F is #FCCE90. Grayscale: #2A2A2A. Windows color (decimal): -16567953 or 7287043. OLE color: 7287043.

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

Color convert

RGB349111-
CMYK0.970.5600.56
HSL214.44º94.74%22.35%-
HSV(B)214.44º97.3%43.53%-
XYZ4.013.3615.48-
YUV42.31166.7699.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 111 (43.75% from 255) = 68.10%
R=1.84%
G=30.06%
B=68.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3491110.970.5600.56214.4494.7422.35
Hex3316F6138038d65f16
Octal3611571417007032613726
Binary1111000111011111100001111000011100011010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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