#003477

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

Shades of Prussian Blue #003477

Tints of Prussian Blue #003477

Color information

#003477 (or 0x003477) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 77. RGB value is (0,52,119). Sum of RGB (Red+Green+Blue) = 0+52+119=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #003477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003477 is #FFCB88. Grayscale: #2B2B2B. Windows color (decimal): -16763785 or 7812096. OLE color: 7812096.

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

Color convert

RGB052119-
CMYK10.5600.53
HSL213.78º100%23.33%-
HSV(B)213.78º100%46.67%-
XYZ4.563.7917.94-
YUV44.09170.2796.55-

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.41%
BLUE value IS 119 (46.88% from 255) = 69.59%
R=0%
G=30.41%
B=69.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal05211910.5600.53213.7810023.33
Hex034776438035d66417
Octal0641671447006532614427
Binary011010011101111100100111000011010111010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003477; }

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

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

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

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

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

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

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

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