#003476

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

Shades of Prussian Blue #003476

Tints of Prussian Blue #003476

Color information

#003476 (or 0x003476) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 76. RGB value is (0,52,118). Sum of RGB (Red+Green+Blue) = 0+52+118=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #003476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003476 is #FFCB89. Grayscale: #2B2B2B. Windows color (decimal): -16763786 or 7746560. OLE color: 7746560.

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

Color convert

RGB052118-
CMYK10.5600.54
HSL213.56º100%23.14%-
HSV(B)213.56º100%46.27%-
XYZ4.53.7617.63-
YUV43.98169.7796.63-

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) = 30.59%
BLUE value IS 118 (46.48% from 255) = 69.41%
R=0%
G=30.59%
B=69.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal05211810.5600.54213.5610023.14
Hex034766438036d66417
Octal0641661447006632614427
Binary011010011101101100100111000011011011010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003476; }

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

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

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

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

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

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

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

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