#003970

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

Shades of Prussian Blue #003970

Tints of Prussian Blue #003970

Color information

#003970 (or 0x003970) is unknown color: approx Prussian Blue. HEX triplet: 00, 39 and 70. RGB value is (0,57,112). Sum of RGB (Red+Green+Blue) = 0+57+112=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #003970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003970 is #FFC68F. Grayscale: #2D2D2D. Windows color (decimal): -16762512 or 7354624. OLE color: 7354624.

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

Color convert

RGB057112-
CMYK10.4900.56
HSL209.46º100%21.96%-
HSV(B)209.46º100%43.92%-
XYZ4.394.115.89-
YUV46.23165.1295.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 112 (44.14% from 255) = 66.27%
R=0%
G=33.73%
B=66.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal05711210.4900.56209.4610021.96
Hex039706431038d16416
Octal0711601446107032114426
Binary011100111100001100100110001011100011010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003970; }

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

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

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

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

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

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

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

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