#043351

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

Shades of Prussian Blue #043351

Tints of Prussian Blue #043351

Color information

#043351 (or 0x043351) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 51. RGB value is (4,51,81). Sum of RGB (Red+Green+Blue) = 4+51+81=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #043351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043351 is #FBCCAE. Grayscale: #282828. Windows color (decimal): -16501935 or 5321476. OLE color: 5321476.

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

Color convert

RGB45181-
CMYK0.950.3700.68
HSL203.38º90.59%16.67%-
HSV(B)203.38º95.06%31.76%-
XYZ2.722.998.22-
YUV40.37150.93102.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=2.94%
G=37.5%
B=59.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal451810.950.3700.68203.3890.5916.67
Hex433515F25044cb5b11
Octal46312113745010431313321
Binary100110011101000110111111001010100010011001011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043351; }

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

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

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

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

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

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

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

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