#03314D

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

Shades of Prussian Blue #03314D

Tints of Prussian Blue #03314D

Color information

#03314D (or 0x03314D) is unknown color: approx Prussian Blue. HEX triplet: 03, 31 and 4D. RGB value is (3,49,77). Sum of RGB (Red+Green+Blue) = 3+49+77=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #03314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03314D is #FCCEB2. Grayscale: #262626. Windows color (decimal): -16567987 or 5058819. OLE color: 5058819.

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

Color convert

RGB34977-
CMYK0.960.3600.70
HSL202.7º92.5%15.69%-
HSV(B)202.7º96.1%30.2%-
XYZ2.482.757.42-
YUV38.44149.76102.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=2.33%
G=37.98%
B=59.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal349770.960.3600.70202.792.515.69
Hex3314D6024046cb5c10
Octal36111514044010631313420
Binary11110001100110111000001001000100011011001011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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