#00329E

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

Shades of Smalt #00329E

Tints of Smalt #00329E

Color information

#00329E (or 0x00329E) is unknown color: approx Smalt. HEX triplet: 00, 32 and 9E. RGB value is (0,50,158). Sum of RGB (Red+Green+Blue) = 0+50+158=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #00329E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00329E is #FFCD61. Grayscale: #2E2E2E. Windows color (decimal): -16764258 or 10367488. OLE color: 10367488.

HSL color Cylindrical-coordinate representation of color #00329E: hue angle of 221.01º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00329E is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB050158-
CMYK10.6800.38
HSL221.01º100%30.98%-
HSV(B)221.01º100%61.96%-
XYZ7.314.7532.88-
YUV47.36190.4494.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 158 (62.11% from 255) = 75.96%
R=0%
G=24.04%
B=75.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal05015810.6800.38221.0110030.98
Hex0329E6444026dd641f
Octal06223614410404633514437
Binary01100101001111011001001000100010011011011101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00329E; }

 p { color: rgb(0,50,158); }

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

<style>
 a { background-color: #00329E; }

 a { background-color: rgb(0,50,158); }

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

<style>
 span { border-color: #00329E; }

 span { border-color: rgb(0,50,158); }

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