Html Css Color HEX #003D5D Prussian Blue

📋 copy color: '#003D5D'

red 0 ◦ green 61 ◦ blue 93

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

Shades of Prussian Blue #003D5D

Tints of Prussian Blue #003D5D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 61 (24.22% from 255) = 39.61%

 BLUE value IS 93 (36.72% from 255) = 60.39%

R = 0%
G = 39.61%
B = 60.39%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#003D5D (or 0x003D5D) is known color: Prussian Blue. HEX triplet: 00, 3D and 5D. RGB value is (0,61,93). Sum of RGB (Red+Green+Blue) = 0+61+93=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #003D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D5D is #FFC2A2. Grayscale: #2E2E2E. Windows color (decimal): -16761507 or 6110464. OLE color: 6110464.

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

Color convert

RGB 0 61 93 -
CMYK 1 0.34 0 0.64
HSL 200.65º 1% 0.18% -
HSV(B) 200.65º 1% 0.36% -
XYZ 3.64 4.13 10.96 -
YUV 46.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 0 61 93 1 0.34 0 0.64 200.65 1 0.18
Hex 0 3D 5D 64 22 0 40 C9 64 12
Octal 0 75 135 144 42 0 100 311 144 22
Binary 0 111101 1011101 1100100 100010 0 1000000 11001001 1100100 10010

Color Harmonies of #003D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D5D

Black with #003D5D

Text Example


Text Example

White with #003D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #003D5D;
 }
 .AnyTagClassName
 {
   color: #003D5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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