#04365C

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

Shades of Prussian Blue #04365C

Tints of Prussian Blue #04365C

Color information

#04365C (or 0x04365C) is unknown color: approx Prussian Blue. HEX triplet: 04, 36 and 5C. RGB value is (4,54,92). Sum of RGB (Red+Green+Blue) = 4+54+92=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #04365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04365C is #FBC9A3. Grayscale: #2B2B2B. Windows color (decimal): -16501156 or 6043140. OLE color: 6043140.

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

Color convert

RGB45492-
CMYK0.960.4100.64
HSL205.91º91.67%18.82%-
HSV(B)205.91º95.65%36.08%-
XYZ3.33.4410.61-
YUV43.38155.4499.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 92 (36.33% from 255) = 61.33%
R=2.67%
G=36%
B=61.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal454920.960.4100.64205.9191.6718.82
Hex4365C6029040ce5c13
Octal46613414051010031613423
Binary100110110101110011000001010010100000011001110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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