#04355E

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

Shades of Prussian Blue #04355E

Tints of Prussian Blue #04355E

Color information

#04355E (or 0x04355E) is unknown color: approx Prussian Blue. HEX triplet: 04, 35 and 5E. RGB value is (4,53,94). Sum of RGB (Red+Green+Blue) = 4+53+94=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #04355E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04355E is #FBCAA1. Grayscale: #2A2A2A. Windows color (decimal): -16501410 or 6173956. OLE color: 6173956.

HSL color Cylindrical-coordinate representation of color #04355E: hue angle of 207.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04355E is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB45394-
CMYK0.960.4400.63
HSL207.33º91.84%19.22%-
HSV(B)207.33º95.74%36.86%-
XYZ3.343.3811.07-
YUV43.02156.77100.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 94 (37.11% from 255) = 62.25%
R=2.65%
G=35.10%
B=62.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal453940.960.4400.63207.3391.8419.22
Hex4355E602C03Fcf5c13
Octal4651361405407731713423
Binary10011010110111101100000101100011111111001111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04355E; }

 p { color: rgb(4,53,94); }

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

<style>
 a { background-color: #04355E; }

 a { background-color: rgb(4,53,94); }

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

<style>
 span { border-color: #04355E; }

 span { border-color: rgb(4,53,94); }

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