#04366A

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

Shades of Prussian Blue #04366A

Tints of Prussian Blue #04366A

Color information

#04366A (or 0x04366A) is unknown color: approx Prussian Blue. HEX triplet: 04, 36 and 6A. RGB value is (4,54,106). Sum of RGB (Red+Green+Blue) = 4+54+106=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #04366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04366A is #FBC995. Grayscale: #2C2C2C. Windows color (decimal): -16501142 or 6960644. OLE color: 6960644.

HSL color Cylindrical-coordinate representation of color #04366A: hue angle of 210.59º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04366A is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB454106-
CMYK0.960.4900.58
HSL210.59º92.73%21.57%-
HSV(B)210.59º96.23%41.57%-
XYZ3.973.714.14-
YUV44.98162.4498.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 106 (41.80% from 255) = 64.63%
R=2.44%
G=32.93%
B=64.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4541060.960.4900.58210.5992.7321.57
Hex4366A603103Ad35d16
Octal4661521406107232313526
Binary10011011011010101100000110001011101011010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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