#033463

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

Shades of Prussian Blue #033463

Tints of Prussian Blue #033463

Color information

#033463 (or 0x033463) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 63. RGB value is (3,52,99). Sum of RGB (Red+Green+Blue) = 3+52+99=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #033463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033463 is #FCCB9C. Grayscale: #2A2A2A. Windows color (decimal): -16567197 or 6501379. OLE color: 6501379.

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

Color convert

RGB35299-
CMYK0.970.4700.61
HSL209.38º94.12%20%-
HSV(B)209.38º96.97%38.82%-
XYZ3.523.3812.27-
YUV42.71159.7799.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=1.95%
G=33.77%
B=64.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal352990.970.4700.61209.3894.1220
Hex33463612F03Dd15e14
Octal3641431415707532113624
Binary1111010011000111100001101111011110111010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033463; }

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

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

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

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

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

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

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

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