#03304E

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

Shades of Prussian Blue #03304E

Tints of Prussian Blue #03304E

Color information

#03304E (or 0x03304E) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 4E. RGB value is (3,48,78). Sum of RGB (Red+Green+Blue) = 3+48+78=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #03304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03304E is #FCCFB1. Grayscale: #252525. Windows color (decimal): -16568242 or 5124099. OLE color: 5124099.

HSL color Cylindrical-coordinate representation of color #03304E: hue angle of 204º 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 #03304E is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB34878-
CMYK0.960.3800.69
HSL204º92.59%15.88%-
HSV(B)204º96.15%30.59%-
XYZ2.472.687.6-
YUV37.96150.59103.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 78 (30.86% from 255) = 60.47%
R=2.33%
G=37.21%
B=60.47%

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
Decimal348780.960.3800.6920492.5915.88
Hex3304E6026045cc5d10
Octal36011614046010531413520
Binary11110000100111011000001001100100010111001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,48,78); }

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

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

 a { background-color: rgb(3,48,78); }

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

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

 span { border-color: rgb(3,48,78); }

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