#003471

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

Shades of Prussian Blue #003471

Tints of Prussian Blue #003471

Color information

#003471 (or 0x003471) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 71. RGB value is (0,52,113). Sum of RGB (Red+Green+Blue) = 0+52+113=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #003471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003471 is #FFCB8E. Grayscale: #2B2B2B. Windows color (decimal): -16763791 or 7418880. OLE color: 7418880.

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

Color convert

RGB052113-
CMYK10.5400.56
HSL212.39º100%22.16%-
HSV(B)212.39º100%44.31%-
XYZ4.213.6516.11-
YUV43.41167.2797.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=0%
G=31.52%
B=68.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal05211310.5400.56212.3910022.16
Hex034716436038d46416
Octal0641611446607032414426
Binary011010011100011100100110110011100011010100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003471; }

 p { color: rgb(0,52,113); }

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

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

 a { background-color: rgb(0,52,113); }

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

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

 span { border-color: rgb(0,52,113); }

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