#04328B

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

Shades of Smalt #04328B

Tints of Smalt #04328B

Color information

#04328B (or 0x04328B) is unknown color: approx Smalt. HEX triplet: 04, 32 and 8B. RGB value is (4,50,139). Sum of RGB (Red+Green+Blue) = 4+50+139=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #04328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04328B is #FBCD74. Grayscale: #2D2D2D. Windows color (decimal): -16502133 or 9122308. OLE color: 9122308.

HSL color Cylindrical-coordinate representation of color #04328B: hue angle of 219.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04328B is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB450139-
CMYK0.970.6400.45
HSL219.56º94.41%28.04%-
HSV(B)219.56º97.12%54.51%-
XYZ5.854.1724.92-
YUV46.39180.2697.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.07%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 139 (54.69% from 255) = 72.02%
R=2.07%
G=25.91%
B=72.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4501390.970.6400.45219.5694.4128.04
Hex4328B614002Ddc5e1c
Octal46221314110005533413634
Binary1001100101000101111000011000000010110111011100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,50,139); }

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

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

 a { background-color: rgb(4,50,139); }

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

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

 span { border-color: rgb(4,50,139); }

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