#03314F

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

Shades of Prussian Blue #03314F

Tints of Prussian Blue #03314F

Color information

#03314F (or 0x03314F) is unknown color: approx Prussian Blue. HEX triplet: 03, 31 and 4F. RGB value is (3,49,79). Sum of RGB (Red+Green+Blue) = 3+49+79=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #03314F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03314F is #FCCEB0. Grayscale: #262626. Windows color (decimal): -16567985 or 5189891. OLE color: 5189891.

HSL color Cylindrical-coordinate representation of color #03314F: hue angle of 203.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03314F is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB34979-
CMYK0.960.3800.69
HSL203.68º92.68%16.08%-
HSV(B)203.68º96.2%30.98%-
XYZ2.552.787.8-
YUV38.67150.76102.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 79 (31.25% from 255) = 60.31%
R=2.29%
G=37.40%
B=60.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal349790.960.3800.69203.6892.6816.08
Hex3314F6026045cc5d10
Octal36111714046010531413520
Binary11110001100111111000001001100100010111001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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