#03284A

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

Shades of Prussian Blue #03284A

Tints of Prussian Blue #03284A

Color information

#03284A (or 0x03284A) is unknown color: approx Prussian Blue. HEX triplet: 03, 28 and 4A. RGB value is (3,40,74). Sum of RGB (Red+Green+Blue) = 3+40+74=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #03284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03284A is #FCD7B5. Grayscale: #202020. Windows color (decimal): -16570294 or 4859907. OLE color: 4859907.

HSL color Cylindrical-coordinate representation of color #03284A: hue angle of 208.73º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03284A is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB34074-
CMYK0.960.4600.71
HSL208.73º92.21%15.1%-
HSV(B)208.73º95.95%29.02%-
XYZ2.032.036.76-
YUV32.81151.24106.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 74 (29.30% from 255) = 63.25%
R=2.56%
G=34.19%
B=63.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal340740.960.4600.71208.7392.2115.1
Hex3284A602E047d15cf
Octal35011214056010732113417
Binary1110100010010101100000101110010001111101000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,40,74); }

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

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

 a { background-color: rgb(3,40,74); }

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

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

 span { border-color: rgb(3,40,74); }

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