Html Css Color HEX #003477 Prussian Blue

📋 copy color: '#003477'

red 0 ◦ green 52 ◦ blue 119

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

Shades of Prussian Blue #003477

Tints of Prussian Blue #003477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.59%

R = 0%
G = 30.41%
B = 69.59%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#003477 (or 0x003477) is known color: Prussian Blue. HEX triplet: 00, 34 and 77. RGB value is (0,52,119). Sum of RGB (Red+Green+Blue) = 0+52+119=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #003477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003477 is #FFCB88. Grayscale: #2B2B2B. Windows color (decimal): -16763785 or 7812096. OLE color: 7812096.

HSL color Cylindrical-coordinate representation of color #003477: hue angle of 213.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003477 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 52 119 -
CMYK 1 0.56 0 0.53
HSL 213.78º 1% 0.23% -
HSV(B) 213.78º 1% 0.47% -
XYZ 4.56 3.79 17.94 -
YUV 44.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 0 52 119 1 0.56 0 0.53 213.78 1 0.23
Hex 0 34 77 64 38 0 35 D6 64 17
Octal 0 64 167 144 70 0 65 326 144 27
Binary 0 110100 1110111 1100100 111000 0 110101 11010110 1100100 10111

Color Harmonies of #003477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003477

Black with #003477

Text Example


Text Example

White with #003477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003477; }

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

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

background-color css

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

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

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

border-color css

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

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

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