#03415E

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

Shades of Prussian Blue #03415E

Tints of Prussian Blue #03415E

Color information

#03415E (or 0x03415E) is unknown color: approx Prussian Blue. HEX triplet: 03, 41 and 5E. RGB value is (3,65,94). Sum of RGB (Red+Green+Blue) = 3+65+94=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #03415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03415E is #FCBEA1. Grayscale: #313131. Windows color (decimal): -16563874 or 6177027. OLE color: 6177027.

HSL color Cylindrical-coordinate representation of color #03415E: hue angle of 199.12º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03415E is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB36594-
CMYK0.970.3100.63
HSL199.12º93.81%19.02%-
HSV(B)199.12º96.81%36.86%-
XYZ3.954.6111.27-
YUV49.77152.9694.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 94 (37.11% from 255) = 58.02%
R=1.85%
G=40.12%
B=58.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal365940.970.3100.63199.1293.8119.02
Hex3415E611F03Fc75e13
Octal31011361413707730713623
Binary1110000011011110110000111111011111111000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,65,94); }

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

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

 a { background-color: rgb(3,65,94); }

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

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

 span { border-color: rgb(3,65,94); }

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