#043052

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

Shades of Prussian Blue #043052

Tints of Prussian Blue #043052

Color information

#043052 (or 0x043052) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 52. RGB value is (4,48,82). Sum of RGB (Red+Green+Blue) = 4+48+82=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #043052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043052 is #FBCFAD. Grayscale: #262626. Windows color (decimal): -16502702 or 5386244. OLE color: 5386244.

HSL color Cylindrical-coordinate representation of color #043052: hue angle of 206.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043052 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB44882-
CMYK0.950.4100.68
HSL206.15º90.7%16.86%-
HSV(B)206.15º95.12%32.16%-
XYZ2.632.758.37-
YUV38.72152.42103.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 82 (32.42% from 255) = 61.19%
R=2.99%
G=35.82%
B=61.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal448820.950.4100.68206.1590.716.86
Hex430525F29044ce5b11
Octal46012213751010431613321
Binary100110000101001010111111010010100010011001110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043052; }

 p { color: rgb(4,48,82); }

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

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

 a { background-color: rgb(4,48,82); }

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

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

 span { border-color: rgb(4,48,82); }

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