#07349F

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

Shades of Smalt #07349F

Tints of Smalt #07349F

Color information

#07349F (or 0x07349F) is unknown color: approx Smalt. HEX triplet: 07, 34 and 9F. RGB value is (7,52,159). Sum of RGB (Red+Green+Blue) = 7+52+159=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #07349F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07349F is #F8CB60. Grayscale: #323232. Windows color (decimal): -16304993 or 10433543. OLE color: 10433543.

HSL color Cylindrical-coordinate representation of color #07349F: hue angle of 222.24º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07349F is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB752159-
CMYK0.960.6700.38
HSL222.24º91.57%32.55%-
HSV(B)222.24º95.6%62.35%-
XYZ7.57533.37-
YUV50.74189.0996.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 159 (62.5% from 255) = 72.94%
R=3.21%
G=23.85%
B=72.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7521590.960.6700.38222.2491.5732.55
Hex7349F6043026de5c21
Octal76423714010304633613441
Binary11111010010011111110000010000110100110110111101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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