#073461

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

Shades of Prussian Blue #073461

Tints of Prussian Blue #073461

Color information

#073461 (or 0x073461) is unknown color: approx Prussian Blue. HEX triplet: 07, 34 and 61. RGB value is (7,52,97). Sum of RGB (Red+Green+Blue) = 7+52+97=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #073461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073461 is #F8CB9E. Grayscale: #2B2B2B. Windows color (decimal): -16305055 or 6370311. OLE color: 6370311.

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

Color convert

RGB75297-
CMYK0.930.4600.62
HSL210º86.54%20.39%-
HSV(B)210º92.78%38.04%-
XYZ3.473.3611.78-
YUV43.68158.09101.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=4.49%
G=33.33%
B=62.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal752970.930.4600.6221086.5420.39
Hex734615D2E03Ed25714
Octal7641411355607632212724
Binary11111010011000011011101101110011111011010010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073461; }

 p { color: rgb(7,52,97); }

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

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

 a { background-color: rgb(7,52,97); }

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

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

 span { border-color: rgb(7,52,97); }

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