#07339C

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

Shades of Smalt #07339C

Tints of Smalt #07339C

Color information

#07339C (or 0x07339C) is unknown color: approx Smalt. HEX triplet: 07, 33 and 9C. RGB value is (7,51,156). Sum of RGB (Red+Green+Blue) = 7+51+156=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #07339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07339C is #F8CC63. Grayscale: #313131. Windows color (decimal): -16305252 or 10236679. OLE color: 10236679.

HSL color Cylindrical-coordinate representation of color #07339C: hue angle of 222.28º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07339C is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB751156-
CMYK0.960.6700.39
HSL222.28º91.41%31.96%-
HSV(B)222.28º95.51%61.18%-
XYZ7.274.8132-
YUV49.81187.9297.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 156 (61.33% from 255) = 72.90%
R=3.27%
G=23.83%
B=72.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7511560.960.6700.39222.2891.4131.96
Hex7339C6043027de5b20
Octal76323414010304733613340
Binary11111001110011100110000010000110100111110111101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07339C; }

 p { color: rgb(7,51,156); }

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

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

 a { background-color: rgb(7,51,156); }

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

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

 span { border-color: rgb(7,51,156); }

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