#03405A

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

Shades of Prussian Blue #03405A

Tints of Prussian Blue #03405A

Color information

#03405A (or 0x03405A) is unknown color: approx Prussian Blue. HEX triplet: 03, 40 and 5A. RGB value is (3,64,90). Sum of RGB (Red+Green+Blue) = 3+64+90=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #03405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03405A is #FCBFA5. Grayscale: #303030. Windows color (decimal): -16564134 or 5914627. OLE color: 5914627.

HSL color Cylindrical-coordinate representation of color #03405A: hue angle of 197.93º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03405A is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB36490-
CMYK0.970.2900.65
HSL197.93º93.55%18.24%-
HSV(B)197.93º96.67%35.29%-
XYZ3.724.4210.33-
YUV48.72151.2995.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=1.91%
G=40.76%
B=57.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal364900.970.2900.65197.9393.5518.24
Hex3405A611D041c65e12
Octal310013214135010130613622
Binary11100000010110101100001111010100000111000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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