#03305A

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

Shades of Prussian Blue #03305A

Tints of Prussian Blue #03305A

Color information

#03305A (or 0x03305A) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 5A. RGB value is (3,48,90). Sum of RGB (Red+Green+Blue) = 3+48+90=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #03305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03305A is #FCCFA5. Grayscale: #272727. Windows color (decimal): -16568230 or 5910531. OLE color: 5910531.

HSL color Cylindrical-coordinate representation of color #03305A: hue angle of 208.97º 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 #03305A is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB34890-
CMYK0.970.4700.65
HSL208.97º93.55%18.24%-
HSV(B)208.97º96.67%35.29%-
XYZ2.942.8710.07-
YUV39.33156.59102.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=2.13%
G=34.04%
B=63.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal348900.970.4700.65208.9793.5518.24
Hex3305A612F041d15e12
Octal36013214157010132113622
Binary11110000101101011000011011110100000111010001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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