#043C61

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

Shades of Prussian Blue #043C61

Tints of Prussian Blue #043C61

Color information

#043C61 (or 0x043C61) is unknown color: approx Prussian Blue. HEX triplet: 04, 3C and 61. RGB value is (4,60,97). Sum of RGB (Red+Green+Blue) = 4+60+97=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #043C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C61 is #FBC39E. Grayscale: #2F2F2F. Windows color (decimal): -16499615 or 6372356. OLE color: 6372356.

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

Color convert

RGB46097-
CMYK0.960.3800.62
HSL203.87º92.08%19.8%-
HSV(B)203.87º95.88%38.04%-
XYZ3.824.1211.9-
YUV47.47155.9596.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 97 (38.28% from 255) = 60.25%
R=2.48%
G=37.27%
B=60.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal460970.960.3800.62203.8792.0819.8
Hex43C61602603Ecc5c14
Octal4741411404607631413424
Binary10011110011000011100000100110011111011001100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043C61; }

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

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

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

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

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

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

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

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