#043172

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

Shades of Prussian Blue #043172

Tints of Prussian Blue #043172

Color information

#043172 (or 0x043172) is unknown color: approx Prussian Blue. HEX triplet: 04, 31 and 72. RGB value is (4,49,114). Sum of RGB (Red+Green+Blue) = 4+49+114=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #043172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043172 is #FBCE8D. Grayscale: #2A2A2A. Windows color (decimal): -16502414 or 7483652. OLE color: 7483652.

HSL color Cylindrical-coordinate representation of color #043172: hue angle of 215.45º 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 #043172 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB449114-
CMYK0.960.5700.55
HSL215.45º93.22%23.14%-
HSV(B)215.45º96.49%44.71%-
XYZ4.193.4416.36-
YUV42.96168.09100.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 114 (44.92% from 255) = 68.26%
R=2.40%
G=29.34%
B=68.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4491140.960.5700.55215.4593.2223.14
Hex431726039037d75d17
Octal4611621407106732713527
Binary10011000111100101100000111001011011111010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043172; }

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

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

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

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

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

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

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

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