#003A72

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

Shades of Prussian Blue #003A72

Tints of Prussian Blue #003A72

Color information

#003A72 (or 0x003A72) is unknown color: approx Prussian Blue. HEX triplet: 00, 3A and 72. RGB value is (0,58,114). Sum of RGB (Red+Green+Blue) = 0+58+114=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #003A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A72 is #FFC58D. Grayscale: #2E2E2E. Windows color (decimal): -16762254 or 7485952. OLE color: 7485952.

HSL color Cylindrical-coordinate representation of color #003A72: hue angle of 209.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A72 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB058114-
CMYK10.4900.55
HSL209.47º100%22.35%-
HSV(B)209.47º100%44.71%-
XYZ4.554.2416.5-
YUV47.04165.7894.45-

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) = 33.72%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=0%
G=33.72%
B=66.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal05811410.4900.55209.4710022.35
Hex03A726431037d16416
Octal0721621446106732114426
Binary011101011100101100100110001011011111010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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