#00376B

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

Shades of Prussian Blue #00376B

Tints of Prussian Blue #00376B

Color information

#00376B (or 0x00376B) is unknown color: approx Prussian Blue. HEX triplet: 00, 37 and 6B. RGB value is (0,55,107). Sum of RGB (Red+Green+Blue) = 0+55+107=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #00376B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00376B is #FFC894. Grayscale: #2C2C2C. Windows color (decimal): -16763029 or 7026432. OLE color: 7026432.

HSL color Cylindrical-coordinate representation of color #00376B: hue angle of 209.16º 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 #00376B is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB055107-
CMYK10.4900.58
HSL209.16º100%20.98%-
HSV(B)209.16º100%41.96%-
XYZ4.023.7914.43-
YUV44.48163.2896.27-

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) = 33.95%
BLUE value IS 107 (42.19% from 255) = 66.05%
R=0%
G=33.95%
B=66.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal05510710.4900.58209.1610020.98
Hex0376B643103Ad16415
Octal0671531446107232114425
Binary011011111010111100100110001011101011010001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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