#03345D

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

Shades of Prussian Blue #03345D

Tints of Prussian Blue #03345D

Color information

#03345D (or 0x03345D) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 5D. RGB value is (3,52,93). Sum of RGB (Red+Green+Blue) = 3+52+93=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #03345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03345D is #FCCBA2. Grayscale: #292929. Windows color (decimal): -16567203 or 6108163. OLE color: 6108163.

HSL color Cylindrical-coordinate representation of color #03345D: hue angle of 207.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03345D is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35293-
CMYK0.970.4400.64
HSL207.33º93.75%18.82%-
HSV(B)207.33º96.77%36.47%-
XYZ3.243.2710.82-
YUV42.02156.77100.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 93 (36.72% from 255) = 62.84%
R=2.03%
G=35.14%
B=62.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal352930.970.4400.64207.3393.7518.82
Hex3345D612C040cf5e13
Octal36413514154010031713623
Binary11110100101110111000011011000100000011001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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