#003F5D

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

Shades of Prussian Blue #003F5D

Tints of Prussian Blue #003F5D

Color information

#003F5D (or 0x003F5D) is unknown color: approx Prussian Blue. HEX triplet: 00, 3F and 5D. RGB value is (0,63,93). Sum of RGB (Red+Green+Blue) = 0+63+93=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #003F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F5D is #FFC0A2. Grayscale: #2F2F2F. Windows color (decimal): -16760995 or 6110976. OLE color: 6110976.

HSL color Cylindrical-coordinate representation of color #003F5D: hue angle of 199.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F5D is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB06393-
CMYK10.3200.64
HSL199.35º100%18.24%-
HSV(B)199.35º100%36.47%-
XYZ3.754.3511-
YUV47.58153.6394.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=0%
G=40.38%
B=59.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0639310.3200.64199.3510018.24
Hex03F5D6420040c76412
Octal07713514440010030714422
Binary0111111101110111001001000000100000011000111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,63,93); }

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

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

 a { background-color: rgb(0,63,93); }

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

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

 span { border-color: rgb(0,63,93); }

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