#073758

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

Shades of Prussian Blue #073758

Tints of Prussian Blue #073758

Color information

#073758 (or 0x073758) is unknown color: approx Prussian Blue. HEX triplet: 07, 37 and 58. RGB value is (7,55,88). Sum of RGB (Red+Green+Blue) = 7+55+88=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #073758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073758 is #F8C8A7. Grayscale: #2C2C2C. Windows color (decimal): -16304296 or 5781255. OLE color: 5781255.

HSL color Cylindrical-coordinate representation of color #073758: hue angle of 204.44º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073758 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB75588-
CMYK0.920.3800.65
HSL204.44º85.26%18.63%-
HSV(B)204.44º92.05%34.51%-
XYZ3.223.489.74-
YUV44.41152.6101.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 88 (34.77% from 255) = 58.67%
R=4.67%
G=36.67%
B=58.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal755880.920.3800.65204.4485.2618.63
Hex737585C26041cc5513
Octal76713013446010131412523
Binary111110111101100010111001001100100000111001100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073758; }

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

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

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

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

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

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

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

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