#04355F

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

Shades of Prussian Blue #04355F

Tints of Prussian Blue #04355F

Color information

#04355F (or 0x04355F) is unknown color: approx Prussian Blue. HEX triplet: 04, 35 and 5F. RGB value is (4,53,95). Sum of RGB (Red+Green+Blue) = 4+53+95=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #04355F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04355F is #FBCAA0. Grayscale: #2A2A2A. Windows color (decimal): -16501409 or 6239492. OLE color: 6239492.

HSL color Cylindrical-coordinate representation of color #04355F: hue angle of 207.69º 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 #04355F is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB45395-
CMYK0.960.4400.63
HSL207.69º91.92%19.41%-
HSV(B)207.69º95.79%37.25%-
XYZ3.393.411.3-
YUV43.14157.27100.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 95 (37.5% from 255) = 62.5%
R=2.63%
G=34.87%
B=62.5%

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
Decimal453950.960.4400.63207.6991.9219.41
Hex4355F602C03Fd05c13
Octal4651371405407732013423
Binary10011010110111111100000101100011111111010000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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