#043271

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

Shades of Prussian Blue #043271

Tints of Prussian Blue #043271

Color information

#043271 (or 0x043271) is unknown color: approx Prussian Blue. HEX triplet: 04, 32 and 71. RGB value is (4,50,113). Sum of RGB (Red+Green+Blue) = 4+50+113=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #043271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043271 is #FBCD8E. Grayscale: #2B2B2B. Windows color (decimal): -16502159 or 7418372. OLE color: 7418372.

HSL color Cylindrical-coordinate representation of color #043271: hue angle of 214.68º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043271 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB450113-
CMYK0.960.5600.56
HSL214.68º93.16%22.94%-
HSV(B)214.68º96.46%44.31%-
XYZ4.173.516.08-
YUV43.43167.2699.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 113 (44.53% from 255) = 67.66%
R=2.40%
G=29.94%
B=67.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4501130.960.5600.56214.6893.1622.94
Hex432716038038d75d17
Octal4621611407007032713527
Binary10011001011100011100000111000011100011010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043271; }

 p { color: rgb(4,50,113); }

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

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

 a { background-color: rgb(4,50,113); }

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

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

 span { border-color: rgb(4,50,113); }

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