#043360

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

Shades of Prussian Blue #043360

Tints of Prussian Blue #043360

Color information

#043360 (or 0x043360) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 60. RGB value is (4,51,96). Sum of RGB (Red+Green+Blue) = 4+51+96=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #043360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043360 is #FBCC9F. Grayscale: #292929. Windows color (decimal): -16501920 or 6304516. OLE color: 6304516.

HSL color Cylindrical-coordinate representation of color #043360: hue angle of 209.35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043360 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB45196-
CMYK0.960.4700.62
HSL209.35º92%19.61%-
HSV(B)209.35º95.83%37.65%-
XYZ3.353.2411.52-
YUV42.08158.43100.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 96 (37.89% from 255) = 63.58%
R=2.65%
G=33.77%
B=63.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal451960.960.4700.62209.359219.61
Hex43360602F03Ed15c14
Octal4631401405707632113424
Binary10011001111000001100000101111011111011010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043360; }

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

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

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

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

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

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

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

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