#003A56

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

Shades of Prussian Blue #003A56

Tints of Prussian Blue #003A56

Color information

#003A56 (or 0x003A56) is unknown color: approx Prussian Blue. HEX triplet: 00, 3A and 56. RGB value is (0,58,86). Sum of RGB (Red+Green+Blue) = 0+58+86=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #003A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A56 is #FFC5A9. Grayscale: #2B2B2B. Windows color (decimal): -16762282 or 5650944. OLE color: 5650944.

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

Color convert

RGB05886-
CMYK10.3300.66
HSL199.53º100%16.86%-
HSV(B)199.53º100%33.73%-
XYZ3.193.79.35-
YUV43.85151.7896.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 86 (33.98% from 255) = 59.72%
R=0%
G=40.28%
B=59.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0588610.3300.66199.5310016.86
Hex03A566421042c86411
Octal07212614441010231014421
Binary0111010101011011001001000010100001011001000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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