#04366F

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

Shades of Prussian Blue #04366F

Tints of Prussian Blue #04366F

Color information

#04366F (or 0x04366F) is unknown color: approx Prussian Blue. HEX triplet: 04, 36 and 6F. RGB value is (4,54,111). Sum of RGB (Red+Green+Blue) = 4+54+111=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #04366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04366F is #FBC990. Grayscale: #2D2D2D. Windows color (decimal): -16501137 or 7288324. OLE color: 7288324.

HSL color Cylindrical-coordinate representation of color #04366F: hue angle of 211.96º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04366F is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB454111-
CMYK0.960.5100.56
HSL211.96º93.04%22.55%-
HSV(B)211.96º96.4%43.53%-
XYZ4.243.8115.55-
YUV45.55164.9498.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 111 (43.75% from 255) = 65.68%
R=2.37%
G=31.95%
B=65.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4541110.960.5100.56211.9693.0422.55
Hex4366F6033038d45d17
Octal4661571406307032413527
Binary10011011011011111100000110011011100011010100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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