#003C71

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

Shades of Prussian Blue #003C71

Tints of Prussian Blue #003C71

Color information

#003C71 (or 0x003C71) is unknown color: approx Prussian Blue. HEX triplet: 00, 3C and 71. RGB value is (0,60,113). Sum of RGB (Red+Green+Blue) = 0+60+113=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #003C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C71 is #FFC38E. Grayscale: #2F2F2F. Windows color (decimal): -16761743 or 7420928. OLE color: 7420928.

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

Color convert

RGB060113-
CMYK10.4700.56
HSL208.14º100%22.16%-
HSV(B)208.14º100%44.31%-
XYZ4.64.4216.23-
YUV48.1164.6293.69-

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.68%
BLUE value IS 113 (44.53% from 255) = 65.32%
R=0%
G=34.68%
B=65.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal06011310.4700.56208.1410022.16
Hex03C71642F038d06416
Octal0741611445707032014426
Binary011110011100011100100101111011100011010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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