#04345B

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

Shades of Prussian Blue #04345B

Tints of Prussian Blue #04345B

Color information

#04345B (or 0x04345B) is unknown color: approx Prussian Blue. HEX triplet: 04, 34 and 5B. RGB value is (4,52,91). Sum of RGB (Red+Green+Blue) = 4+52+91=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #04345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04345B is #FBCBA4. Grayscale: #292929. Windows color (decimal): -16501669 or 5977092. OLE color: 5977092.

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

Color convert

RGB45291-
CMYK0.960.4300.64
HSL206.9º91.58%18.63%-
HSV(B)206.9º95.6%35.69%-
XYZ3.173.2410.36-
YUV42.09155.6100.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.72%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=2.72%
G=35.37%
B=61.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal452910.960.4300.64206.991.5818.63
Hex4345B602B040cf5c13
Octal46413314053010031713423
Binary100110100101101111000001010110100000011001111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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