#073350

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

Shades of Prussian Blue #073350

Tints of Prussian Blue #073350

Color information

#073350 (or 0x073350) is unknown color: approx Prussian Blue. HEX triplet: 07, 33 and 50. RGB value is (7,51,80). Sum of RGB (Red+Green+Blue) = 7+51+80=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #073350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073350 is #F8CCAF. Grayscale: #282828. Windows color (decimal): -16305328 or 5255943. OLE color: 5255943.

HSL color Cylindrical-coordinate representation of color #073350: hue angle of 203.84º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073350 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB75180-
CMYK0.910.3600.69
HSL203.84º83.91%17.06%-
HSV(B)203.84º91.25%31.37%-
XYZ2.722.998.02-
YUV41.15149.92103.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 80 (31.64% from 255) = 57.97%
R=5.07%
G=36.96%
B=57.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal751800.910.3600.69203.8483.9117.06
Hex733505B24045cc5411
Octal76312013344010531412421
Binary111110011101000010110111001000100010111001100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073350; }

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

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

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

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

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

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

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

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