#04385D

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

Shades of Prussian Blue #04385D

Tints of Prussian Blue #04385D

Color information

#04385D (or 0x04385D) is unknown color: approx Prussian Blue. HEX triplet: 04, 38 and 5D. RGB value is (4,56,93). Sum of RGB (Red+Green+Blue) = 4+56+93=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #04385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04385D is #FBC7A2. Grayscale: #2C2C2C. Windows color (decimal): -16500643 or 6109188. OLE color: 6109188.

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

Color convert

RGB45693-
CMYK0.960.4000.64
HSL204.94º91.75%19.02%-
HSV(B)204.94º95.7%36.47%-
XYZ3.443.6410.88-
YUV44.67155.2798.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=2.61%
G=36.60%
B=60.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal456930.960.4000.64204.9491.7519.02
Hex4385D6028040cd5c13
Octal47013514050010031513423
Binary100111000101110111000001010000100000011001101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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