#07338F

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

Shades of Smalt #07338F

Tints of Smalt #07338F

Color information

#07338F (or 0x07338F) is unknown color: approx Smalt. HEX triplet: 07, 33 and 8F. RGB value is (7,51,143). Sum of RGB (Red+Green+Blue) = 7+51+143=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 143 (56.25% from 255 or 71.14% from 201); Max value from RGB is 143 - color contains mainly: blue. Hex color #07338F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07338F is #F8CC70. Grayscale: #2F2F2F. Windows color (decimal): -16305265 or 9384711. OLE color: 9384711.

HSL color Cylindrical-coordinate representation of color #07338F: hue angle of 220.59º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07338F is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB751143-
CMYK0.950.6400.44
HSL220.59º90.67%29.41%-
HSV(B)220.59º95.1%56.08%-
XYZ6.234.426.51-
YUV48.33181.4298.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 143 (56.25% from 255) = 71.14%
R=3.48%
G=25.37%
B=71.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7511430.950.6400.44220.5990.6729.41
Hex7338F5F4002Cdd5b1d
Octal76321713710005433513335
Binary1111100111000111110111111000000010110011011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07338F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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