#03344E

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

Shades of Prussian Blue #03344E

Tints of Prussian Blue #03344E

Color information

#03344E (or 0x03344E) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 4E. RGB value is (3,52,78). Sum of RGB (Red+Green+Blue) = 3+52+78=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #03344E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03344E is #FCCBB1. Grayscale: #282828. Windows color (decimal): -16567218 or 5125123. OLE color: 5125123.

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

Color convert

RGB35278-
CMYK0.960.3300.69
HSL200.8º92.59%15.88%-
HSV(B)200.8º96.15%30.59%-
XYZ2.643.037.65-
YUV40.31149.27101.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 78 (30.86% from 255) = 58.65%
R=2.26%
G=39.10%
B=58.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal352780.960.3300.69200.892.5915.88
Hex3344E6021045c95d10
Octal36411614041010531113520
Binary11110100100111011000001000010100010111001001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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