Html Css Color HEX #003D71 Prussian Blue

📋 copy color: '#003D71'

red 0 ◦ green 61 ◦ blue 113

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

Shades of Prussian Blue #003D71

Tints of Prussian Blue #003D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 64.94%

R = 0%
G = 35.06%
B = 64.94%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003D71 (or 0x003D71) is known color: Prussian Blue. HEX triplet: 00, 3D and 71. RGB value is (0,61,113). Sum of RGB (Red+Green+Blue) = 0+61+113=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #003D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D71 is #FFC28E. Grayscale: #303030. Windows color (decimal): -16761487 or 7421184. OLE color: 7421184.

HSL color Cylindrical-coordinate representation of color #003D71: hue angle of 207.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D71 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 61 113 -
CMYK 1 0.46 0 0.56
HSL 207.61º 1% 0.22% -
HSV(B) 207.61º 1% 0.44% -
XYZ 4.65 4.53 16.25 -
YUV 48.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 0 61 113 1 0.46 0 0.56 207.61 1 0.22
Hex 0 3D 71 64 2E 0 38 D0 64 16
Octal 0 75 161 144 56 0 70 320 144 26
Binary 0 111101 1110001 1100100 101110 0 111000 11010000 1100100 10110

Color Harmonies of #003D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D71

Black with #003D71

Text Example


Text Example

White with #003D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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