#003C59

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

Shades of Prussian Blue #003C59

Tints of Prussian Blue #003C59

Color information

#003C59 (or 0x003C59) is unknown color: approx Prussian Blue. HEX triplet: 00, 3C and 59. RGB value is (0,60,89). Sum of RGB (Red+Green+Blue) = 0+60+89=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #003C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C59 is #FFC3A6. Grayscale: #2D2D2D. Windows color (decimal): -16761767 or 5848064. OLE color: 5848064.

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

Color convert

RGB06089-
CMYK10.3300.65
HSL199.55º100%17.45%-
HSV(B)199.55º100%34.9%-
XYZ3.423.9510.03-
YUV45.37152.6295.64-

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) = 40.27%
BLUE value IS 89 (35.16% from 255) = 59.73%
R=0%
G=40.27%
B=59.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0608910.3300.65199.5510017.45
Hex03C596421041c86411
Octal07413114441010131014421
Binary0111100101100111001001000010100000111001000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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