#04325B

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

Shades of Prussian Blue #04325B

Tints of Prussian Blue #04325B

Color information

#04325B (or 0x04325B) is unknown color: approx Prussian Blue. HEX triplet: 04, 32 and 5B. RGB value is (4,50,91). Sum of RGB (Red+Green+Blue) = 4+50+91=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #04325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04325B is #FBCDA4. Grayscale: #282828. Windows color (decimal): -16502181 or 5976580. OLE color: 5976580.

HSL color Cylindrical-coordinate representation of color #04325B: hue angle of 208.28º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04325B is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB45091-
CMYK0.960.4500.64
HSL208.28º91.58%18.63%-
HSV(B)208.28º95.6%35.69%-
XYZ3.083.0610.33-
YUV40.92156.26101.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 91 (35.94% from 255) = 62.76%
R=2.76%
G=34.48%
B=62.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal450910.960.4500.64208.2891.5818.63
Hex4325B602D040d05c13
Octal46213314055010032013423
Binary100110010101101111000001011010100000011010000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,50,91); }

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

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

 a { background-color: rgb(4,50,91); }

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

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

 span { border-color: rgb(4,50,91); }

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