#003370

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

Shades of Prussian Blue #003370

Tints of Prussian Blue #003370

Color information

#003370 (or 0x003370) is unknown color: approx Prussian Blue. HEX triplet: 00, 33 and 70. RGB value is (0,51,112). Sum of RGB (Red+Green+Blue) = 0+51+112=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #003370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003370 is #FFCC8F. Grayscale: #2A2A2A. Windows color (decimal): -16764048 or 7353088. OLE color: 7353088.

HSL color Cylindrical-coordinate representation of color #003370: hue angle of 212.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003370 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB051112-
CMYK10.5400.56
HSL212.68º100%21.96%-
HSV(B)212.68º100%43.92%-
XYZ4.113.5415.8-
YUV42.7167.197.54-

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) = 31.29%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=0%
G=31.29%
B=68.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal05111210.5400.56212.6810021.96
Hex033706436038d56416
Octal0631601446607032514426
Binary011001111100001100100110110011100011010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003370; }

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

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

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

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

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

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

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

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