#003673

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

Shades of Prussian Blue #003673

Tints of Prussian Blue #003673

Color information

#003673 (or 0x003673) is unknown color: approx Prussian Blue. HEX triplet: 00, 36 and 73. RGB value is (0,54,115). Sum of RGB (Red+Green+Blue) = 0+54+115=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #003673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003673 is #FFC98C. Grayscale: #2C2C2C. Windows color (decimal): -16763277 or 7550464. OLE color: 7550464.

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

Color convert

RGB054115-
CMYK10.5300.55
HSL211.83º100%22.55%-
HSV(B)211.83º100%45.1%-
XYZ4.413.8816.74-
YUV44.81167.6196.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 115 (45.31% from 255) = 68.05%
R=0%
G=31.95%
B=68.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal05411510.5300.55211.8310022.55
Hex036736435037d46417
Octal0661631446506732414427
Binary011011011100111100100110101011011111010100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003673; }

 p { color: rgb(0,54,115); }

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

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

 a { background-color: rgb(0,54,115); }

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

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

 span { border-color: rgb(0,54,115); }

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