#003351

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

Shades of Prussian Blue #003351

Tints of Prussian Blue #003351

Color information

#003351 (or 0x003351) is unknown color: approx Prussian Blue. HEX triplet: 00, 33 and 51. RGB value is (0,51,81). Sum of RGB (Red+Green+Blue) = 0+51+81=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #003351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003351 is #FFCCAE. Grayscale: #272727. Windows color (decimal): -16764079 or 5321472. OLE color: 5321472.

HSL color Cylindrical-coordinate representation of color #003351: hue angle of 202.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003351 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB05181-
CMYK10.3700.68
HSL202.22º100%15.88%-
HSV(B)202.22º100%31.76%-
XYZ2.672.968.22-
YUV39.17151.6100.06-

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) = 38.64%
BLUE value IS 81 (32.03% from 255) = 61.36%
R=0%
G=38.64%
B=61.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0518110.3700.68202.2210015.88
Hex033516425044ca6410
Octal06312114445010431214420
Binary0110011101000111001001001010100010011001010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003351; }

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

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

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

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

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

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

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

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