#073356

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

Shades of Prussian Blue #073356

Tints of Prussian Blue #073356

Color information

#073356 (or 0x073356) is unknown color: approx Prussian Blue. HEX triplet: 07, 33 and 56. RGB value is (7,51,86). Sum of RGB (Red+Green+Blue) = 7+51+86=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #073356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073356 is #F8CCA9. Grayscale: #292929. Windows color (decimal): -16305322 or 5649159. OLE color: 5649159.

HSL color Cylindrical-coordinate representation of color #073356: hue angle of 206.58º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073356 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB75186-
CMYK0.920.4100.66
HSL206.58º84.95%18.24%-
HSV(B)206.58º91.86%33.73%-
XYZ2.953.089.24-
YUV41.83152.92103.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 86 (33.98% from 255) = 59.72%
R=4.86%
G=35.42%
B=59.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal751860.920.4100.66206.5884.9518.24
Hex733565C29042cf5512
Octal76312613451010231712522
Binary111110011101011010111001010010100001011001111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073356; }

 p { color: rgb(7,51,86); }

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

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

 a { background-color: rgb(7,51,86); }

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

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

 span { border-color: rgb(7,51,86); }

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