#003474

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

Shades of Prussian Blue #003474

Tints of Prussian Blue #003474

Color information

#003474 (or 0x003474) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 74. RGB value is (0,52,116). Sum of RGB (Red+Green+Blue) = 0+52+116=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #003474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003474 is #FFCB8B. Grayscale: #2B2B2B. Windows color (decimal): -16763788 or 7615488. OLE color: 7615488.

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

Color convert

RGB052116-
CMYK10.5500.55
HSL213.1º100%22.75%-
HSV(B)213.1º100%45.49%-
XYZ4.383.7217.01-
YUV43.75168.7796.8-

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.95%
BLUE value IS 116 (45.70% from 255) = 69.05%
R=0%
G=30.95%
B=69.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal05211610.5500.55213.110022.75
Hex034746437037d56417
Octal0641641446706732514427
Binary011010011101001100100110111011011111010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003474; }

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

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

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

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

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

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

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

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