#03405D

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

Shades of Prussian Blue #03405D

Tints of Prussian Blue #03405D

Color information

#03405D (or 0x03405D) is unknown color: approx Prussian Blue. HEX triplet: 03, 40 and 5D. RGB value is (3,64,93). Sum of RGB (Red+Green+Blue) = 3+64+93=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #03405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03405D is #FCBFA2. Grayscale: #303030. Windows color (decimal): -16564131 or 6111235. OLE color: 6111235.

HSL color Cylindrical-coordinate representation of color #03405D: hue angle of 199.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 #03405D is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36493-
CMYK0.970.3100.64
HSL199.33º93.75%18.82%-
HSV(B)199.33º96.77%36.47%-
XYZ3.854.4811.02-
YUV49.07152.7995.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.88%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 58.12%
R=1.88%
G=40%
B=58.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal364930.970.3100.64199.3393.7518.82
Hex3405D611F040c75e13
Octal310013514137010030713623
Binary11100000010111011100001111110100000011000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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