Html Css Color HEX #003776 Prussian Blue

📋 copy color: '#003776'

red 0 ◦ green 55 ◦ blue 118

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

Shades of Prussian Blue #003776

Tints of Prussian Blue #003776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.79%

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

R = 0%
G = 31.79%
B = 68.21%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003776 (or 0x003776) is known color: Prussian Blue. HEX triplet: 00, 37 and 76. RGB value is (0,55,118). Sum of RGB (Red+Green+Blue) = 0+55+118=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #003776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003776 is #FFC889. Grayscale: #2D2D2D. Windows color (decimal): -16763018 or 7747328. OLE color: 7747328.

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

Color convert

RGB 0 55 118 -
CMYK 1 0.53 0 0.54
HSL 212.03º 1% 0.23% -
HSV(B) 212.03º 1% 0.46% -
XYZ 4.64 4.04 17.68 -
YUV 45.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 0 55 118 1 0.53 0 0.54 212.03 1 0.23
Hex 0 37 76 64 35 0 36 D4 64 17
Octal 0 67 166 144 65 0 66 324 144 27
Binary 0 110111 1110110 1100100 110101 0 110110 11010100 1100100 10111

Color Harmonies of #003776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003776

Black with #003776

Text Example


Text Example

White with #003776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003776; }

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

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

background-color css

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

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

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

border-color css

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

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

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