#003C73

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

Shades of Prussian Blue #003C73

Tints of Prussian Blue #003C73

Color information

#003C73 (or 0x003C73) is unknown color: approx Prussian Blue. HEX triplet: 00, 3C and 73. RGB value is (0,60,115). Sum of RGB (Red+Green+Blue) = 0+60+115=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #003C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C73 is #FFC38C. Grayscale: #303030. Windows color (decimal): -16761741 or 7552000. OLE color: 7552000.

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

Color convert

RGB060115-
CMYK10.4800.55
HSL208.7º100%22.55%-
HSV(B)208.7º100%45.1%-
XYZ4.714.4716.83-
YUV48.33165.6293.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=0%
G=34.29%
B=65.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal06011510.4800.55208.710022.55
Hex03C736430037d16417
Octal0741631446006732114427
Binary011110011100111100100110000011011111010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,60,115); }

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

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

 a { background-color: rgb(0,60,115); }

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

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

 span { border-color: rgb(0,60,115); }

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