#04385C

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

Shades of Prussian Blue #04385C

Tints of Prussian Blue #04385C

Color information

#04385C (or 0x04385C) is unknown color: approx Prussian Blue. HEX triplet: 04, 38 and 5C. RGB value is (4,56,92). Sum of RGB (Red+Green+Blue) = 4+56+92=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #04385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04385C is #FBC7A3. Grayscale: #2C2C2C. Windows color (decimal): -16500644 or 6043652. OLE color: 6043652.

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

Color convert

RGB45692-
CMYK0.960.3900.64
HSL204.55º91.67%18.82%-
HSV(B)204.55º95.65%36.08%-
XYZ3.43.6310.65-
YUV44.56154.7799.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=2.63%
G=36.84%
B=60.53%

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
Decimal456920.960.3900.64204.5591.6718.82
Hex4385C6027040cd5c13
Octal47013414047010031513423
Binary100111000101110011000001001110100000011001101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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