#043961

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

Shades of Prussian Blue #043961

Tints of Prussian Blue #043961

Color information

#043961 (or 0x043961) is unknown color: approx Prussian Blue. HEX triplet: 04, 39 and 61. RGB value is (4,57,97). Sum of RGB (Red+Green+Blue) = 4+57+97=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #043961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043961 is #FBC69E. Grayscale: #2D2D2D. Windows color (decimal): -16500383 or 6371588. OLE color: 6371588.

HSL color Cylindrical-coordinate representation of color #043961: hue angle of 205.81º 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 #043961 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB45797-
CMYK0.960.4100.62
HSL205.81º92.08%19.8%-
HSV(B)205.81º95.88%38.04%-
XYZ3.673.8211.85-
YUV45.71156.9498.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=2.53%
G=36.08%
B=61.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal457970.960.4100.62205.8192.0819.8
Hex43961602903Ece5c14
Octal4711411405107631613424
Binary10011100111000011100000101001011111011001110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043961; }

 p { color: rgb(4,57,97); }

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

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

 a { background-color: rgb(4,57,97); }

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

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

 span { border-color: rgb(4,57,97); }

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