#003464

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

Shades of Prussian Blue #003464

Tints of Prussian Blue #003464

Color information

#003464 (or 0x003464) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 64. RGB value is (0,52,100). Sum of RGB (Red+Green+Blue) = 0+52+100=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #003464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003464 is #FFCB9B. Grayscale: #292929. Windows color (decimal): -16763804 or 6566912. OLE color: 6566912.

HSL color Cylindrical-coordinate representation of color #003464: hue angle of 208.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003464 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB052100-
CMYK10.4800.61
HSL208.8º100%19.61%-
HSV(B)208.8º100%39.22%-
XYZ3.533.3812.52-
YUV41.92160.7798.1-

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) = 34.21%
BLUE value IS 100 (39.45% from 255) = 65.79%
R=0%
G=34.21%
B=65.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal05210010.4800.61208.810019.61
Hex03464643003Dd16414
Octal0641441446007532114424
Binary011010011001001100100110000011110111010001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003464; }

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

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

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

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

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

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

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

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