#003C56

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

Shades of Prussian Blue #003C56

Tints of Prussian Blue #003C56

Color information

#003C56 (or 0x003C56) is unknown color: approx Prussian Blue. HEX triplet: 00, 3C and 56. RGB value is (0,60,86). Sum of RGB (Red+Green+Blue) = 0+60+86=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #003C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C56 is #FFC3A9. Grayscale: #2C2C2C. Windows color (decimal): -16761770 or 5651456. OLE color: 5651456.

HSL color Cylindrical-coordinate representation of color #003C56: hue angle of 198.14º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C56 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB06086-
CMYK10.3000.66
HSL198.14º100%16.86%-
HSV(B)198.14º100%33.73%-
XYZ3.33.99.38-
YUV45.02151.1295.89-

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) = 41.10%
BLUE value IS 86 (33.98% from 255) = 58.90%
R=0%
G=41.10%
B=58.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0608610.3000.66198.1410016.86
Hex03C56641E042c66411
Octal07412614436010230614421
Binary011110010101101100100111100100001011000110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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