Html Css Color HEX #003E5D Prussian Blue

📋 copy color: '#003E5D'

red 0 ◦ green 62 ◦ blue 93

#003E5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #003E5D

Tints of Prussian Blue #003E5D

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 value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#003E5D (or 0x003E5D) is known color: 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

RGB 0 62 93 -
CMYK 1 0.33 0 0.64
HSL 200º 1% 0.18% -
HSV(B) 200º 1% 0.36% -
XYZ 3.7 4.24 10.98 -
YUV 47 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 0 62 93 1 0.33 0 0.64 200 1 0.18
Hex 0 3E 5D 64 21 0 40 C8 64 12
Octal 0 76 135 144 41 0 100 310 144 22
Binary 0 111110 1011101 1100100 100001 0 1000000 11001000 1100100 10010

Color Harmonies of #003E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E5D

Black with #003E5D

Text Example


Text Example

White with #003E5D

Text Example


Text Example

HTML Codes & Css Web 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>