#07304F

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

Shades of Prussian Blue #07304F

Tints of Prussian Blue #07304F

Color information

#07304F (or 0x07304F) is unknown color: approx Prussian Blue. HEX triplet: 07, 30 and 4F. RGB value is (7,48,79). Sum of RGB (Red+Green+Blue) = 7+48+79=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #07304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07304F is #F8CFB0. Grayscale: #272727. Windows color (decimal): -16306097 or 5189639. OLE color: 5189639.

HSL color Cylindrical-coordinate representation of color #07304F: hue angle of 205.83º 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 #07304F is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB74879-
CMYK0.910.3900.69
HSL205.83º83.72%16.86%-
HSV(B)205.83º91.14%30.98%-
XYZ2.562.727.79-
YUV39.28150.42104.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 79 (31.25% from 255) = 58.96%
R=5.22%
G=35.82%
B=58.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal748790.910.3900.69205.8383.7216.86
Hex7304F5B27045ce5411
Octal76011713347010531612421
Binary111110000100111110110111001110100010111001110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07304F; }

 p { color: rgb(7,48,79); }

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

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

 a { background-color: rgb(7,48,79); }

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

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

 span { border-color: rgb(7,48,79); }

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