#043955

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

Shades of Prussian Blue #043955

Tints of Prussian Blue #043955

Color information

#043955 (or 0x043955) is unknown color: approx Prussian Blue. HEX triplet: 04, 39 and 55. RGB value is (4,57,85). Sum of RGB (Red+Green+Blue) = 4+57+85=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #043955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043955 is #FBC6AA. Grayscale: #2C2C2C. Windows color (decimal): -16500395 or 5585156. OLE color: 5585156.

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

Color convert

RGB45785-
CMYK0.950.3300.67
HSL200.74º91.01%17.45%-
HSV(B)200.74º95.29%33.33%-
XYZ3.153.619.12-
YUV44.34150.9499.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 85 (33.59% from 255) = 58.22%
R=2.74%
G=39.04%
B=58.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal457850.950.3300.67200.7491.0117.45
Hex439555F21043c95b11
Octal47112513741010331113321
Binary100111001101010110111111000010100001111001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043955; }

 p { color: rgb(4,57,85); }

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

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

 a { background-color: rgb(4,57,85); }

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

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

 span { border-color: rgb(4,57,85); }

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