#043061

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

Shades of Prussian Blue #043061

Tints of Prussian Blue #043061

Color information

#043061 (or 0x043061) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 61. RGB value is (4,48,97). Sum of RGB (Red+Green+Blue) = 4+48+97=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #043061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043061 is #FBCF9E. Grayscale: #282828. Windows color (decimal): -16502687 or 6369284. OLE color: 6369284.

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

Color convert

RGB44897-
CMYK0.960.5100.62
HSL211.61º92.08%19.8%-
HSV(B)211.61º95.88%38.04%-
XYZ3.26311.72-
YUV40.43159.92102.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 97 (38.28% from 255) = 65.10%
R=2.68%
G=32.21%
B=65.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal448970.960.5100.62211.6192.0819.8
Hex43061603303Ed45c14
Octal4601411406307632413424
Binary10011000011000011100000110011011111011010100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043061; }

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

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

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

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

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

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

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

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