#003770

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

Shades of Prussian Blue #003770

Tints of Prussian Blue #003770

Color information

#003770 (or 0x003770) is unknown color: approx Prussian Blue. HEX triplet: 00, 37 and 70. RGB value is (0,55,112). Sum of RGB (Red+Green+Blue) = 0+55+112=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #003770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003770 is #FFC88F. Grayscale: #2C2C2C. Windows color (decimal): -16763024 or 7354112. OLE color: 7354112.

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

Color convert

RGB055112-
CMYK10.5100.56
HSL210.54º100%21.96%-
HSV(B)210.54º100%43.92%-
XYZ4.293.915.86-
YUV45.05165.7895.87-

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.93%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=0%
G=32.93%
B=67.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal05511210.5100.56210.5410021.96
Hex037706433038d36416
Octal0671601446307032314426
Binary011011111100001100100110011011100011010011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003770; }

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

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

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

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

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

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

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

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