#043370

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

Shades of Prussian Blue #043370

Tints of Prussian Blue #043370

Color information

#043370 (or 0x043370) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 70. RGB value is (4,51,112). Sum of RGB (Red+Green+Blue) = 4+51+112=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #043370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043370 is #FBCC8F. Grayscale: #2B2B2B. Windows color (decimal): -16501904 or 7353092. OLE color: 7353092.

HSL color Cylindrical-coordinate representation of color #043370: hue angle of 213.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043370 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB451112-
CMYK0.960.5400.56
HSL213.89º93.1%22.75%-
HSV(B)213.89º96.43%43.92%-
XYZ4.163.5615.8-
YUV43.9166.4399.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=2.40%
G=30.54%
B=67.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4511120.960.5400.56213.8993.122.75
Hex433706036038d65d17
Octal4631601406607032613527
Binary10011001111100001100000110110011100011010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043370; }

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

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

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

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

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

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

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

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