#03405C

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

Shades of Prussian Blue #03405C

Tints of Prussian Blue #03405C

Color information

#03405C (or 0x03405C) is unknown color: approx Prussian Blue. HEX triplet: 03, 40 and 5C. RGB value is (3,64,92). Sum of RGB (Red+Green+Blue) = 3+64+92=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #03405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03405C is #FCBFA3. Grayscale: #303030. Windows color (decimal): -16564132 or 6045699. OLE color: 6045699.

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

Color convert

RGB36492-
CMYK0.970.3000.64
HSL198.88º93.68%18.63%-
HSV(B)198.88º96.74%36.08%-
XYZ3.84.4610.79-
YUV48.95152.2995.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 92 (36.33% from 255) = 57.86%
R=1.89%
G=40.25%
B=57.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal364920.970.3000.64198.8893.6818.63
Hex3405C611E040c75e13
Octal310013414136010030713623
Binary11100000010111001100001111100100000011000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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