#043E5A

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

Shades of Prussian Blue #043E5A

Tints of Prussian Blue #043E5A

Color information

#043E5A (or 0x043E5A) is unknown color: approx Prussian Blue. HEX triplet: 04, 3E and 5A. RGB value is (4,62,90). Sum of RGB (Red+Green+Blue) = 4+62+90=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #043E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043E5A is #FBC1A5. Grayscale: #2F2F2F. Windows color (decimal): -16499110 or 5914116. OLE color: 5914116.

HSL color Cylindrical-coordinate representation of color #043E5A: hue angle of 199.53º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043E5A is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB46290-
CMYK0.960.3100.65
HSL199.53º91.49%18.43%-
HSV(B)199.53º95.56%35.29%-
XYZ3.624.2110.29-
YUV47.85151.7896.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=2.56%
G=39.74%
B=57.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal462900.960.3100.65199.5391.4918.43
Hex43E5A601F041c85b12
Octal47613214037010131013322
Binary10011111010110101100000111110100000111001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,62,90); }

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

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

 a { background-color: rgb(4,62,90); }

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

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

 span { border-color: rgb(4,62,90); }

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