#033973

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

Shades of Prussian Blue #033973

Tints of Prussian Blue #033973

Color information

#033973 (or 0x033973) is unknown color: approx Prussian Blue. HEX triplet: 03, 39 and 73. RGB value is (3,57,115). Sum of RGB (Red+Green+Blue) = 3+57+115=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #033973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033973 is #FCC68C. Grayscale: #2F2F2F. Windows color (decimal): -16565901 or 7551235. OLE color: 7551235.

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

Color convert

RGB357115-
CMYK0.970.5000.55
HSL211.07º94.92%23.14%-
HSV(B)211.07º97.39%45.1%-
XYZ4.64.1816.78-
YUV47.47166.1196.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=1.71%
G=32.57%
B=65.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3571150.970.5000.55211.0794.9223.14
Hex339736132037d35f17
Octal3711631416206732313727
Binary1111100111100111100001110010011011111010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033973; }

 p { color: rgb(3,57,115); }

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

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

 a { background-color: rgb(3,57,115); }

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

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

 span { border-color: rgb(3,57,115); }

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