#003772

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

Shades of Prussian Blue #003772

Tints of Prussian Blue #003772

Color information

#003772 (or 0x003772) is unknown color: approx Prussian Blue. HEX triplet: 00, 37 and 72. RGB value is (0,55,114). Sum of RGB (Red+Green+Blue) = 0+55+114=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #003772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003772 is #FFC88D. Grayscale: #2C2C2C. Windows color (decimal): -16763022 or 7485184. OLE color: 7485184.

HSL color Cylindrical-coordinate representation of color #003772: hue angle of 211.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003772 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB055114-
CMYK10.5200.55
HSL211.05º100%22.35%-
HSV(B)211.05º100%44.71%-
XYZ4.43.9516.45-
YUV45.28166.7895.7-

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) = 32.54%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=0%
G=32.54%
B=67.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal05511410.5200.55211.0510022.35
Hex037726434037d36416
Octal0671621446406732314426
Binary011011111100101100100110100011011111010011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003772; }

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

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

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

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

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

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

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

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