#03284C

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

Shades of Prussian Blue #03284C

Tints of Prussian Blue #03284C

Color information

#03284C (or 0x03284C) is unknown color: approx Prussian Blue. HEX triplet: 03, 28 and 4C. RGB value is (3,40,76). Sum of RGB (Red+Green+Blue) = 3+40+76=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #03284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03284C is #FCD7B3. Grayscale: #202020. Windows color (decimal): -16570292 or 4990979. OLE color: 4990979.

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

Color convert

RGB34076-
CMYK0.960.4700.70
HSL209.59º92.41%15.49%-
HSV(B)209.59º96.05%29.8%-
XYZ2.12.067.12-
YUV33.04152.24106.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 76 (30.08% from 255) = 63.87%
R=2.52%
G=33.61%
B=63.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal340760.960.4700.70209.5992.4115.49
Hex3284C602F046d25cf
Octal35011414057010632213417
Binary1110100010011001100000101111010001101101001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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