#003C58

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

Shades of Prussian Blue #003C58

Tints of Prussian Blue #003C58

Color information

#003C58 (or 0x003C58) is unknown color: approx Prussian Blue. HEX triplet: 00, 3C and 58. RGB value is (0,60,88). Sum of RGB (Red+Green+Blue) = 0+60+88=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #003C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C58 is #FFC3A7. Grayscale: #2D2D2D. Windows color (decimal): -16761768 or 5782528. OLE color: 5782528.

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

Color convert

RGB06088-
CMYK10.3200.65
HSL199.09º100%17.25%-
HSV(B)199.09º100%34.51%-
XYZ3.383.949.81-
YUV45.25152.1295.72-

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.54%
BLUE value IS 88 (34.77% from 255) = 59.46%
R=0%
G=40.54%
B=59.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0608810.3200.65199.0910017.25
Hex03C586420041c76411
Octal07413014440010130714421
Binary0111100101100011001001000000100000111000111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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