Html Css Color HEX #003A71 Prussian Blue

📋 copy color: '#003A71'

red 0 ◦ green 58 ◦ blue 113

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

Shades of Prussian Blue #003A71

Tints of Prussian Blue #003A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.92%

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

R = 0%
G = 33.92%
B = 66.08%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003A71 (or 0x003A71) is known color: Prussian Blue. HEX triplet: 00, 3A and 71. RGB value is (0,58,113). Sum of RGB (Red+Green+Blue) = 0+58+113=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #003A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A71 is #FFC58E. Grayscale: #2E2E2E. Windows color (decimal): -16762255 or 7420416. OLE color: 7420416.

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

Color convert

RGB 0 58 113 -
CMYK 1 0.49 0 0.56
HSL 209.2º 1% 0.22% -
HSV(B) 209.2º 1% 0.44% -
XYZ 4.49 4.22 16.2 -
YUV 46.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 0 58 113 1 0.49 0 0.56 209.2 1 0.22
Hex 0 3A 71 64 31 0 38 D1 64 16
Octal 0 72 161 144 61 0 70 321 144 26
Binary 0 111010 1110001 1100100 110001 0 111000 11010001 1100100 10110

Color Harmonies of #003A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A71

Black with #003A71

Text Example


Text Example

White with #003A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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