#03284B

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

Shades of Prussian Blue #03284B

Tints of Prussian Blue #03284B

Color information

#03284B (or 0x03284B) is unknown color: approx Prussian Blue. HEX triplet: 03, 28 and 4B. RGB value is (3,40,75). Sum of RGB (Red+Green+Blue) = 3+40+75=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #03284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03284B is #FCD7B4. Grayscale: #202020. Windows color (decimal): -16570293 or 4925443. OLE color: 4925443.

HSL color Cylindrical-coordinate representation of color #03284B: hue angle of 209.17º 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 #03284B is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB34075-
CMYK0.960.4700.71
HSL209.17º92.31%15.29%-
HSV(B)209.17º96%29.41%-
XYZ2.072.046.94-
YUV32.93151.74106.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 75 (29.69% from 255) = 63.56%
R=2.54%
G=33.90%
B=63.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal340750.960.4700.71209.1792.3115.29
Hex3284B602F047d15cf
Octal35011314057010732113417
Binary1110100010010111100000101111010001111101000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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