#003A5F

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

Shades of Prussian Blue #003A5F

Tints of Prussian Blue #003A5F

Color information

#003A5F (or 0x003A5F) is unknown color: approx Prussian Blue. HEX triplet: 00, 3A and 5F. RGB value is (0,58,95). Sum of RGB (Red+Green+Blue) = 0+58+95=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #003A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A5F is #FFC5A0. Grayscale: #2C2C2C. Windows color (decimal): -16762273 or 6240768. OLE color: 6240768.

HSL color Cylindrical-coordinate representation of color #003A5F: hue angle of 203.37º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A5F is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB05895-
CMYK10.3900.63
HSL203.37º100%18.63%-
HSV(B)203.37º100%37.25%-
XYZ3.583.8511.38-
YUV44.88156.2895.99-

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) = 37.91%
BLUE value IS 95 (37.5% from 255) = 62.09%
R=0%
G=37.91%
B=62.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0589510.3900.63203.3710018.63
Hex03A5F642703Fcb6413
Octal0721371444707731314423
Binary011101010111111100100100111011111111001011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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