#03345A

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

Shades of Prussian Blue #03345A

Tints of Prussian Blue #03345A

Color information

#03345A (or 0x03345A) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 5A. RGB value is (3,52,90). Sum of RGB (Red+Green+Blue) = 3+52+90=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #03345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03345A is #FCCBA5. Grayscale: #292929. Windows color (decimal): -16567206 or 5911555. OLE color: 5911555.

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

Color convert

RGB35290-
CMYK0.970.4200.65
HSL206.21º93.55%18.24%-
HSV(B)206.21º96.67%35.29%-
XYZ3.113.2110.13-
YUV41.68155.27100.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=2.07%
G=35.86%
B=62.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal352900.970.4200.65206.2193.5518.24
Hex3345A612A041ce5e12
Octal36413214152010131613622
Binary11110100101101011000011010100100000111001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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