Html Css Color HEX #003476 Prussian Blue

📋 copy color: '#003476'

red 0 ◦ green 52 ◦ blue 118

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

Shades of Prussian Blue #003476

Tints of Prussian Blue #003476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 69.41%

R = 0%
G = 30.59%
B = 69.41%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003476 (or 0x003476) is known color: Prussian Blue. HEX triplet: 00, 34 and 76. RGB value is (0,52,118). Sum of RGB (Red+Green+Blue) = 0+52+118=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #003476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003476 is #FFCB89. Grayscale: #2B2B2B. Windows color (decimal): -16763786 or 7746560. OLE color: 7746560.

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

Color convert

RGB 0 52 118 -
CMYK 1 0.56 0 0.54
HSL 213.56º 1% 0.23% -
HSV(B) 213.56º 1% 0.46% -
XYZ 4.5 3.76 17.63 -
YUV 43.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 0 52 118 1 0.56 0 0.54 213.56 1 0.23
Hex 0 34 76 64 38 0 36 D6 64 17
Octal 0 64 166 144 70 0 66 326 144 27
Binary 0 110100 1110110 1100100 111000 0 110110 11010110 1100100 10111

Color Harmonies of #003476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003476

Black with #003476

Text Example


Text Example

White with #003476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003476; }

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

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

background-color css

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

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

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

border-color css

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

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

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