#003363

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

Shades of Prussian Blue #003363

Tints of Prussian Blue #003363

Color information

#003363 (or 0x003363) is unknown color: approx Prussian Blue. HEX triplet: 00, 33 and 63. RGB value is (0,51,99). Sum of RGB (Red+Green+Blue) = 0+51+99=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #003363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003363 is #FFCC9C. Grayscale: #282828. Windows color (decimal): -16764061 or 6501120. OLE color: 6501120.

HSL color Cylindrical-coordinate representation of color #003363: hue angle of 209.09º 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 #003363 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB05199-
CMYK10.4800.61
HSL209.09º100%19.41%-
HSV(B)209.09º100%38.82%-
XYZ3.443.2712.25-
YUV41.22160.698.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 99 (39.06% from 255) = 66%
R=0%
G=34%
B=66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0519910.4800.61209.0910019.41
Hex03363643003Dd16413
Octal0631431446007532114423
Binary011001111000111100100110000011110111010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003363; }

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

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

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

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

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

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

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

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