#003472

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

Shades of Prussian Blue #003472

Tints of Prussian Blue #003472

Color information

#003472 (or 0x003472) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 72. RGB value is (0,52,114). Sum of RGB (Red+Green+Blue) = 0+52+114=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #003472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003472 is #FFCB8D. Grayscale: #2B2B2B. Windows color (decimal): -16763790 or 7484416. OLE color: 7484416.

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

Color convert

RGB052114-
CMYK10.5400.55
HSL212.63º100%22.35%-
HSV(B)212.63º100%44.71%-
XYZ4.273.6716.4-
YUV43.52167.7796.96-

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.33%
BLUE value IS 114 (44.92% from 255) = 68.67%
R=0%
G=31.33%
B=68.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal05211410.5400.55212.6310022.35
Hex034726436037d56416
Octal0641621446606732514426
Binary011010011100101100100110110011011111010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003472; }

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

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

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

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

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

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

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

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