Html Css Color HEX #003376 Prussian Blue

📋 copy color: '#003376'

red 0 ◦ green 51 ◦ blue 118

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

Shades of Prussian Blue #003376

Tints of Prussian Blue #003376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

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

R = 0%
G = 30.18%
B = 69.82%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003376 (or 0x003376) is known color: Prussian Blue. HEX triplet: 00, 33 and 76. RGB value is (0,51,118). Sum of RGB (Red+Green+Blue) = 0+51+118=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #003376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003376 is #FFCC89. Grayscale: #2B2B2B. Windows color (decimal): -16764042 or 7746304. OLE color: 7746304.

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

Color convert

RGB 0 51 118 -
CMYK 1 0.57 0 0.54
HSL 214.07º 1% 0.23% -
HSV(B) 214.07º 1% 0.46% -
XYZ 4.45 3.68 17.61 -
YUV 43.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 0 51 118 1 0.57 0 0.54 214.07 1 0.23
Hex 0 33 76 64 39 0 36 D6 64 17
Octal 0 63 166 144 71 0 66 326 144 27
Binary 0 110011 1110110 1100100 111001 0 110110 11010110 1100100 10111

Color Harmonies of #003376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003376

Black with #003376

Text Example


Text Example

White with #003376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003376; }

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

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

background-color css

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

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

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

border-color css

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

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

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