#07346f

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

Shades of Prussian Blue #07346F

Tints of Prussian Blue #07346F

Color information

#07346F (or 0x07346F) is unknown color: approx Prussian Blue. HEX triplet: 07, 34 and 6F. RGB value is (7,52,111). Sum of RGB (Red+Green+Blue) = 7+52+111=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #07346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07346F is #F8CB90. Grayscale: #2C2C2C. Windows color (decimal): -16305041 or 7287815. OLE color: 7287815.

HSL color Cylindrical-coordinate representation of color #07346F: hue angle of 214.04º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07346F is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB752111-
CMYK0.940.5300.56
HSL214.04º88.14%23.14%-
HSV(B)214.04º93.69%43.53%-
XYZ4.183.6515.52-
YUV45.27165.09100.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 111 (43.75% from 255) = 65.29%
R=4.12%
G=30.59%
B=65.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7521110.940.5300.56214.0488.1423.14
Hex7346F5E35038d65817
Octal7641571366507032613027
Binary11111010011011111011110110101011100011010110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07346f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07346f; }

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

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

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

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

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

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

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

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