#033361

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

Shades of Prussian Blue #033361

Tints of Prussian Blue #033361

Color information

#033361 (or 0x033361) is unknown color: approx Prussian Blue. HEX triplet: 03, 33 and 61. RGB value is (3,51,97). Sum of RGB (Red+Green+Blue) = 3+51+97=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #033361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033361 is #FCCC9E. Grayscale: #292929. Windows color (decimal): -16567455 or 6370051. OLE color: 6370051.

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

Color convert

RGB35197-
CMYK0.970.4700.62
HSL209.36º94%19.61%-
HSV(B)209.36º96.91%38.04%-
XYZ3.383.2511.76-
YUV41.89159.1100.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 97 (38.28% from 255) = 64.24%
R=1.99%
G=33.77%
B=64.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal351970.970.4700.62209.369419.61
Hex33361612F03Ed15e14
Octal3631411415707632113624
Binary1111001111000011100001101111011111011010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033361; }

 p { color: rgb(3,51,97); }

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

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

 a { background-color: rgb(3,51,97); }

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

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

 span { border-color: rgb(3,51,97); }

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