#043058

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

Shades of Prussian Blue #043058

Tints of Prussian Blue #043058

Color information

#043058 (or 0x043058) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 58. RGB value is (4,48,88). Sum of RGB (Red+Green+Blue) = 4+48+88=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #043058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043058 is #FBCFA7. Grayscale: #272727. Windows color (decimal): -16502696 or 5779460. OLE color: 5779460.

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

Color convert

RGB44888-
CMYK0.950.4500.65
HSL208.57º91.3%18.04%-
HSV(B)208.57º95.45%34.51%-
XYZ2.872.849.63-
YUV39.4155.42102.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 88 (34.77% from 255) = 62.86%
R=2.86%
G=34.29%
B=62.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal448880.950.4500.65208.5791.318.04
Hex430585F2D041d15b12
Octal46013013755010132113322
Binary100110000101100010111111011010100000111010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043058; }

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

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

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

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

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

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

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

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