#073762

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

Shades of Prussian Blue #073762

Tints of Prussian Blue #073762

Color information

#073762 (or 0x073762) is unknown color: approx Prussian Blue. HEX triplet: 07, 37 and 62. RGB value is (7,55,98). Sum of RGB (Red+Green+Blue) = 7+55+98=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #073762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073762 is #F8C89D. Grayscale: #2D2D2D. Windows color (decimal): -16304286 or 6436615. OLE color: 6436615.

HSL color Cylindrical-coordinate representation of color #073762: hue angle of 208.35º 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 #073762 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB75598-
CMYK0.930.4400.62
HSL208.35º86.67%20.59%-
HSV(B)208.35º92.86%38.43%-
XYZ3.663.6612.07-
YUV45.55157.6100.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 98 (38.67% from 255) = 61.25%
R=4.38%
G=34.38%
B=61.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal755980.930.4400.62208.3586.6720.59
Hex737625D2C03Ed05715
Octal7671421355407632012725
Binary11111011111000101011101101100011111011010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073762; }

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

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

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

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

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

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

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

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