#043056

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

Shades of Prussian Blue #043056

Tints of Prussian Blue #043056

Color information

#043056 (or 0x043056) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 56. RGB value is (4,48,86). Sum of RGB (Red+Green+Blue) = 4+48+86=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #043056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043056 is #FBCFA9. Grayscale: #262626. Windows color (decimal): -16502698 or 5648388. OLE color: 5648388.

HSL color Cylindrical-coordinate representation of color #043056: hue angle of 207.8º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043056 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB44886-
CMYK0.950.4400.66
HSL207.8º91.11%17.65%-
HSV(B)207.8º95.35%33.73%-
XYZ2.792.819.2-
YUV39.18154.42102.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 86 (33.98% from 255) = 62.32%
R=2.90%
G=34.78%
B=62.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal448860.950.4400.66207.891.1117.65
Hex430565F2C042d05b12
Octal46012613754010232013322
Binary100110000101011010111111011000100001011010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043056; }

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

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

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

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

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

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

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

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