#003463

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

Shades of Prussian Blue #003463

Tints of Prussian Blue #003463

Color information

#003463 (or 0x003463) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 63. RGB value is (0,52,99). Sum of RGB (Red+Green+Blue) = 0+52+99=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #003463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003463 is #FFCB9C. Grayscale: #292929. Windows color (decimal): -16763805 or 6501376. OLE color: 6501376.

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

Color convert

RGB05299-
CMYK10.4700.61
HSL208.48º100%19.41%-
HSV(B)208.48º100%38.82%-
XYZ3.483.3612.27-
YUV41.81160.2798.18-

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.44%
BLUE value IS 99 (39.06% from 255) = 65.56%
R=0%
G=34.44%
B=65.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0529910.4700.61208.4810019.41
Hex03463642F03Dd06413
Octal0641431445707532014423
Binary011010011000111100100101111011110111010000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003463; }

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

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

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

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

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

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

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

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