#003C72

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

Shades of Prussian Blue #003C72

Tints of Prussian Blue #003C72

Color information

#003C72 (or 0x003C72) is unknown color: approx Prussian Blue. HEX triplet: 00, 3C and 72. RGB value is (0,60,114). Sum of RGB (Red+Green+Blue) = 0+60+114=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #003C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C72 is #FFC38D. Grayscale: #2F2F2F. Windows color (decimal): -16761742 or 7486464. OLE color: 7486464.

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

Color convert

RGB060114-
CMYK10.4700.55
HSL208.42º100%22.35%-
HSV(B)208.42º100%44.71%-
XYZ4.654.4516.53-
YUV48.22165.1293.61-

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.48%
BLUE value IS 114 (44.92% from 255) = 65.52%
R=0%
G=34.48%
B=65.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal06011410.4700.55208.4210022.35
Hex03C72642F037d06416
Octal0741621445706732014426
Binary011110011100101100100101111011011111010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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