#042E57

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

Shades of Prussian Blue #042E57

Tints of Prussian Blue #042E57

Color information

#042E57 (or 0x042E57) is unknown color: approx Prussian Blue. HEX triplet: 04, 2E and 57. RGB value is (4,46,87). Sum of RGB (Red+Green+Blue) = 4+46+87=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #042E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E57 is #FBD1A8. Grayscale: #252525. Windows color (decimal): -16503209 or 5713412. OLE color: 5713412.

HSL color Cylindrical-coordinate representation of color #042E57: hue angle of 209.64º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042E57 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB44687-
CMYK0.950.4700.66
HSL209.64º91.21%17.84%-
HSV(B)209.64º95.4%34.12%-
XYZ2.752.679.39-
YUV38.12155.59103.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 87 (34.38% from 255) = 63.50%
R=2.92%
G=33.58%
B=63.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal446870.950.4700.66209.6491.2117.84
Hex42E575F2F042d25b12
Octal45612713757010232213322
Binary100101110101011110111111011110100001011010010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042E57; }

 p { color: rgb(4,46,87); }

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

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

 a { background-color: rgb(4,46,87); }

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

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

 span { border-color: rgb(4,46,87); }

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