#04365D

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

Shades of Prussian Blue #04365D

Tints of Prussian Blue #04365D

Color information

#04365D (or 0x04365D) is unknown color: approx Prussian Blue. HEX triplet: 04, 36 and 5D. RGB value is (4,54,93). Sum of RGB (Red+Green+Blue) = 4+54+93=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #04365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04365D is #FBC9A2. Grayscale: #2B2B2B. Windows color (decimal): -16501155 or 6108676. OLE color: 6108676.

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

Color convert

RGB45493-
CMYK0.960.4200.64
HSL206.29º91.75%19.02%-
HSV(B)206.29º95.7%36.47%-
XYZ3.353.4510.85-
YUV43.5155.9499.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 93 (36.72% from 255) = 61.59%
R=2.65%
G=35.76%
B=61.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal454930.960.4200.64206.2991.7519.02
Hex4365D602A040ce5c13
Octal46613514052010031613423
Binary100110110101110111000001010100100000011001110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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