#04395D

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

Shades of Prussian Blue #04395D

Tints of Prussian Blue #04395D

Color information

#04395D (or 0x04395D) is unknown color: approx Prussian Blue. HEX triplet: 04, 39 and 5D. RGB value is (4,57,93). Sum of RGB (Red+Green+Blue) = 4+57+93=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #04395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04395D is #FBC6A2. Grayscale: #2D2D2D. Windows color (decimal): -16500387 or 6109444. OLE color: 6109444.

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

Color convert

RGB45793-
CMYK0.960.3900.64
HSL204.27º91.75%19.02%-
HSV(B)204.27º95.7%36.47%-
XYZ3.493.7410.89-
YUV45.26154.9498.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.60%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=2.60%
G=37.01%
B=60.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal457930.960.3900.64204.2791.7519.02
Hex4395D6027040cc5c13
Octal47113514047010031413423
Binary100111001101110111000001001110100000011001100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04395D; }

 p { color: rgb(4,57,93); }

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

<style>
 a { background-color: #04395D; }

 a { background-color: rgb(4,57,93); }

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

<style>
 span { border-color: #04395D; }

 span { border-color: rgb(4,57,93); }

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