#00376A

Color #00376A Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #00376A

Tints of Prussian Blue #00376A

Color information

#00376A (or 0x00376A) is unknown color: approx Prussian Blue. HEX triplet: 00, 37 and 6A. RGB value is (0,55,106). Sum of RGB (Red+Green+Blue) = 0+55+106=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #00376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00376A is #FFC895. Grayscale: #2C2C2C. Windows color (decimal): -16763030 or 6960896. OLE color: 6960896.

HSL color Cylindrical-coordinate representation of color #00376A: hue angle of 208.87º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00376A is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB055106-
CMYK10.4800.58
HSL208.87º100%20.78%-
HSV(B)208.87º100%41.57%-
XYZ3.973.7714.15-
YUV44.37162.7896.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 106 (41.80% from 255) = 65.84%
R=0%
G=34.16%
B=65.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal05510610.4800.58208.8710020.78
Hex0376A643003Ad16415
Octal0671521446007232114425
Binary011011111010101100100110000011101011010001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00376A; }

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

 H1.HeaderClassName
 {
   color: #00376A;
 }
 .AnyTagClassName
 {
   color: #00376A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #00376A;
 }
 .BgClassName
 {
   background-color: #00376A;
 }
</style>
border-color css

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

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

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