#04385F

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

Shades of Prussian Blue #04385F

Tints of Prussian Blue #04385F

Color information

#04385F (or 0x04385F) is unknown color: approx Prussian Blue. HEX triplet: 04, 38 and 5F. RGB value is (4,56,95). Sum of RGB (Red+Green+Blue) = 4+56+95=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #04385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04385F is #FBC7A0. Grayscale: #2C2C2C. Windows color (decimal): -16500641 or 6240260. OLE color: 6240260.

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

Color convert

RGB45695-
CMYK0.960.4100.63
HSL205.71º91.92%19.41%-
HSV(B)205.71º95.79%37.25%-
XYZ3.533.6811.35-
YUV44.9156.2798.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 95 (37.5% from 255) = 61.29%
R=2.58%
G=36.13%
B=61.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal456950.960.4100.63205.7191.9219.41
Hex4385F602903Fce5c13
Octal4701371405107731613423
Binary10011100010111111100000101001011111111001110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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