#03329B

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

Shades of Smalt #03329B

Tints of Smalt #03329B

Color information

#03329B (or 0x03329B) is unknown color: approx Smalt. HEX triplet: 03, 32 and 9B. RGB value is (3,50,155). Sum of RGB (Red+Green+Blue) = 3+50+155=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #03329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03329B is #FCCD64. Grayscale: #2F2F2F. Windows color (decimal): -16567653 or 10170883. OLE color: 10170883.

HSL color Cylindrical-coordinate representation of color #03329B: hue angle of 221.45º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03329B is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB350155-
CMYK0.980.6800.39
HSL221.45º96.2%30.98%-
HSV(B)221.45º98.06%60.78%-
XYZ7.094.6731.54-
YUV47.92188.4395.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 155 (60.94% from 255) = 74.52%
R=1.44%
G=24.04%
B=74.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3501550.980.6800.39221.4596.230.98
Hex3329B6244027dd601f
Octal36223314210404733514037
Binary111100101001101111000101000100010011111011101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03329B; }

 p { color: rgb(3,50,155); }

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

<style>
 a { background-color: #03329B; }

 a { background-color: rgb(3,50,155); }

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

<style>
 span { border-color: #03329B; }

 span { border-color: rgb(3,50,155); }

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