#043A72

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

Shades of Prussian Blue #043A72

Tints of Prussian Blue #043A72

Color information

#043A72 (or 0x043A72) is unknown color: approx Prussian Blue. HEX triplet: 04, 3A and 72. RGB value is (4,58,114). Sum of RGB (Red+Green+Blue) = 4+58+114=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #043A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A72 is #FBC58D. Grayscale: #2F2F2F. Windows color (decimal): -16500110 or 7485956. OLE color: 7485956.

HSL color Cylindrical-coordinate representation of color #043A72: hue angle of 210.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043A72 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB458114-
CMYK0.960.4900.55
HSL210.55º93.22%23.14%-
HSV(B)210.55º96.49%44.71%-
XYZ4.64.2716.5-
YUV48.24165.1196.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.27%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 114 (44.92% from 255) = 64.77%
R=2.27%
G=32.95%
B=64.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4581140.960.4900.55210.5593.2223.14
Hex43A726031037d35d17
Octal4721621406106732313527
Binary10011101011100101100000110001011011111010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043A72; }

 p { color: rgb(4,58,114); }

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

<style>
 a { background-color: #043A72; }

 a { background-color: rgb(4,58,114); }

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

<style>
 span { border-color: #043A72; }

 span { border-color: rgb(4,58,114); }

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