#03304F

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

Shades of Prussian Blue #03304F

Tints of Prussian Blue #03304F

Color information

#03304F (or 0x03304F) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 4F. RGB value is (3,48,79). Sum of RGB (Red+Green+Blue) = 3+48+79=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #03304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03304F is #FCCFB0. Grayscale: #252525. Windows color (decimal): -16568241 or 5189635. OLE color: 5189635.

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

Color convert

RGB34879-
CMYK0.960.3900.69
HSL204.47º92.68%16.08%-
HSV(B)204.47º96.2%30.98%-
XYZ2.512.77.79-
YUV38.08151.09102.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 79 (31.25% from 255) = 60.77%
R=2.31%
G=36.92%
B=60.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal348790.960.3900.69204.4792.6816.08
Hex3304F6027045cc5d10
Octal36011714047010531413520
Binary11110000100111111000001001110100010111001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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