#073362

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

Shades of Prussian Blue #073362

Tints of Prussian Blue #073362

Color information

#073362 (or 0x073362) is unknown color: approx Prussian Blue. HEX triplet: 07, 33 and 62. RGB value is (7,51,98). Sum of RGB (Red+Green+Blue) = 7+51+98=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #073362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073362 is #F8CC9D. Grayscale: #2A2A2A. Windows color (decimal): -16305310 or 6435591. OLE color: 6435591.

HSL color Cylindrical-coordinate representation of color #073362: hue angle of 210.99º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073362 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB75198-
CMYK0.930.4800.62
HSL210.99º86.67%20.59%-
HSV(B)210.99º92.86%38.43%-
XYZ3.483.2912.01-
YUV43.2158.92102.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 98 (38.67% from 255) = 62.82%
R=4.49%
G=32.69%
B=62.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal751980.930.4800.62210.9986.6720.59
Hex733625D3003Ed35715
Octal7631421356007632312725
Binary11111001111000101011101110000011111011010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073362; }

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

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

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

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

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

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

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

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