Html Css Color HEX #003471 Prussian Blue

📋 copy color: '#003471'

red 0 ◦ green 52 ◦ blue 113

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

Shades of Prussian Blue #003471

Tints of Prussian Blue #003471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.52%

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

R = 0%
G = 31.52%
B = 68.48%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003471 (or 0x003471) is known color: Prussian Blue. HEX triplet: 00, 34 and 71. RGB value is (0,52,113). Sum of RGB (Red+Green+Blue) = 0+52+113=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #003471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003471 is #FFCB8E. Grayscale: #2B2B2B. Windows color (decimal): -16763791 or 7418880. OLE color: 7418880.

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

Color convert

RGB 0 52 113 -
CMYK 1 0.54 0 0.56
HSL 212.39º 1% 0.22% -
HSV(B) 212.39º 1% 0.44% -
XYZ 4.21 3.65 16.11 -
YUV 43.41 167.27 97.04 -
System Red Green Blue C M Y K H S L
Decimal 0 52 113 1 0.54 0 0.56 212.39 1 0.22
Hex 0 34 71 64 36 0 38 D4 64 16
Octal 0 64 161 144 66 0 70 324 144 26
Binary 0 110100 1110001 1100100 110110 0 111000 11010100 1100100 10110

Color Harmonies of #003471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003471

Black with #003471

Text Example


Text Example

White with #003471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003471; }

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

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

background-color css

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

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

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

border-color css

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

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

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