#043358

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

Shades of Prussian Blue #043358

Tints of Prussian Blue #043358

Color information

#043358 (or 0x043358) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 58. RGB value is (4,51,88). Sum of RGB (Red+Green+Blue) = 4+51+88=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #043358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043358 is #FBCCA7. Grayscale: #282828. Windows color (decimal): -16501928 or 5780228. OLE color: 5780228.

HSL color Cylindrical-coordinate representation of color #043358: hue angle of 206.43º 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 #043358 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB45188-
CMYK0.950.4200.65
HSL206.43º91.3%18.04%-
HSV(B)206.43º95.45%34.51%-
XYZ33.19.67-
YUV41.16154.43101.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=2.80%
G=35.66%
B=61.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal451880.950.4200.65206.4391.318.04
Hex433585F2A041ce5b12
Octal46313013752010131613322
Binary100110011101100010111111010100100000111001110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043358; }

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

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

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

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

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

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

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

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