#043852

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

Shades of Prussian Blue #043852

Tints of Prussian Blue #043852

Color information

#043852 (or 0x043852) is unknown color: approx Prussian Blue. HEX triplet: 04, 38 and 52. RGB value is (4,56,82). Sum of RGB (Red+Green+Blue) = 4+56+82=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #043852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043852 is #FBC7AD. Grayscale: #2B2B2B. Windows color (decimal): -16500654 or 5388292. OLE color: 5388292.

HSL color Cylindrical-coordinate representation of color #043852: hue angle of 200º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043852 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB45682-
CMYK0.950.3200.68
HSL200º90.7%16.86%-
HSV(B)200º95.12%32.16%-
XYZ2.993.468.49-
YUV43.42149.7799.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 82 (32.42% from 255) = 57.75%
R=2.82%
G=39.44%
B=57.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal456820.950.3200.6820090.716.86
Hex438525F20044c85b11
Octal47012213740010431013321
Binary100111000101001010111111000000100010011001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043852; }

 p { color: rgb(4,56,82); }

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

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

 a { background-color: rgb(4,56,82); }

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

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

 span { border-color: rgb(4,56,82); }

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