#043572

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

Shades of Prussian Blue #043572

Tints of Prussian Blue #043572

Color information

#043572 (or 0x043572) is unknown color: approx Prussian Blue. HEX triplet: 04, 35 and 72. RGB value is (4,53,114). Sum of RGB (Red+Green+Blue) = 4+53+114=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #043572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043572 is #FBCA8D. Grayscale: #2D2D2D. Windows color (decimal): -16501390 or 7484676. OLE color: 7484676.

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

Color convert

RGB453114-
CMYK0.960.5400.55
HSL213.27º93.22%23.14%-
HSV(B)213.27º96.49%44.71%-
XYZ4.363.7916.42-
YUV45.3166.7798.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 114 (44.92% from 255) = 66.67%
R=2.34%
G=30.99%
B=66.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4531140.960.5400.55213.2793.2223.14
Hex435726036037d55d17
Octal4651621406606732513527
Binary10011010111100101100000110110011011111010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043572; }

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

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

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

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

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

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

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

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