#003A70

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

Shades of Prussian Blue #003A70

Tints of Prussian Blue #003A70

Color information

#003A70 (or 0x003A70) is unknown color: approx Prussian Blue. HEX triplet: 00, 3A and 70. RGB value is (0,58,112). Sum of RGB (Red+Green+Blue) = 0+58+112=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #003A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A70 is #FFC58F. Grayscale: #2E2E2E. Windows color (decimal): -16762256 or 7354880. OLE color: 7354880.

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

Color convert

RGB058112-
CMYK10.4800.56
HSL208.93º100%21.96%-
HSV(B)208.93º100%43.92%-
XYZ4.444.215.91-
YUV46.81164.7894.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=0%
G=34.12%
B=65.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal05811210.4800.56208.9310021.96
Hex03A706430038d16416
Octal0721601446007032114426
Binary011101011100001100100110000011100011010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A70; }

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

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

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

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

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

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

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

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