#073752

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

Shades of Prussian Blue #073752

Tints of Prussian Blue #073752

Color information

#073752 (or 0x073752) is unknown color: approx Prussian Blue. HEX triplet: 07, 37 and 52. RGB value is (7,55,82). Sum of RGB (Red+Green+Blue) = 7+55+82=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #073752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073752 is #F8C8AD. Grayscale: #2B2B2B. Windows color (decimal): -16304302 or 5388039. OLE color: 5388039.

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

Color convert

RGB75582-
CMYK0.910.3300.68
HSL201.6º84.27%17.45%-
HSV(B)201.6º91.46%32.16%-
XYZ2.983.398.48-
YUV43.73149.6101.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 82 (32.42% from 255) = 56.94%
R=4.86%
G=38.19%
B=56.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal755820.910.3300.68201.684.2717.45
Hex737525B21044ca5411
Octal76712213341010431212421
Binary111110111101001010110111000010100010011001010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073752; }

 p { color: rgb(7,55,82); }

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

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

 a { background-color: rgb(7,55,82); }

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

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

 span { border-color: rgb(7,55,82); }

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