#03405E

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

Shades of Prussian Blue #03405E

Tints of Prussian Blue #03405E

Color information

#03405E (or 0x03405E) is unknown color: approx Prussian Blue. HEX triplet: 03, 40 and 5E. RGB value is (3,64,94). Sum of RGB (Red+Green+Blue) = 3+64+94=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #03405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03405E is #FCBFA1. Grayscale: #313131. Windows color (decimal): -16564130 or 6176771. OLE color: 6176771.

HSL color Cylindrical-coordinate representation of color #03405E: hue angle of 199.78º 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 #03405E is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB36494-
CMYK0.970.3200.63
HSL199.78º93.81%19.02%-
HSV(B)199.78º96.81%36.86%-
XYZ3.894.4911.25-
YUV49.18153.2995.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 94 (37.11% from 255) = 58.39%
R=1.86%
G=39.75%
B=58.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal364940.970.3200.63199.7893.8119.02
Hex3405E612003Fc85e13
Octal31001361414007731013623
Binary11100000010111101100001100000011111111001000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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