#003377

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

Shades of Prussian Blue #003377

Tints of Prussian Blue #003377

Color information

#003377 (or 0x003377) is unknown color: approx Prussian Blue. HEX triplet: 00, 33 and 77. RGB value is (0,51,119). Sum of RGB (Red+Green+Blue) = 0+51+119=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #003377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003377 is #FFCC88. Grayscale: #2B2B2B. Windows color (decimal): -16764041 or 7811840. OLE color: 7811840.

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

Color convert

RGB051119-
CMYK10.5700.53
HSL214.29º100%23.33%-
HSV(B)214.29º100%46.67%-
XYZ4.513.717.93-
YUV43.5170.696.97-

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) = 30%
BLUE value IS 119 (46.88% from 255) = 70%
R=0%
G=30%
B=70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal05111910.5700.53214.2910023.33
Hex033776439035d66417
Octal0631671447106532614427
Binary011001111101111100100111001011010111010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003377; }

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

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

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

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

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

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

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

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