#003E5D

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

Shades of Prussian Blue #003E5D

Tints of Prussian Blue #003E5D

Color information

#003E5D (or 0x003E5D) is unknown color: approx Prussian Blue. HEX triplet: 00, 3E and 5D. RGB value is (0,62,93). Sum of RGB (Red+Green+Blue) = 0+62+93=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #003E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E5D is #FFC1A2. Grayscale: #2E2E2E. Windows color (decimal): -16761251 or 6110720. OLE color: 6110720.

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

Color convert

RGB06293-
CMYK10.3300.64
HSL200º100%18.24%-
HSV(B)200º100%36.47%-
XYZ3.74.2410.98-
YUV47153.9694.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0629310.3300.6420010018.24
Hex03E5D6421040c86412
Octal07613514441010031014422
Binary0111110101110111001001000010100000011001000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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