#04348D

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

Shades of Smalt #04348D

Tints of Smalt #04348D

Color information

#04348D (or 0x04348D) is unknown color: approx Smalt. HEX triplet: 04, 34 and 8D. RGB value is (4,52,141). Sum of RGB (Red+Green+Blue) = 4+52+141=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #04348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04348D is #FBCB72. Grayscale: #2F2F2F. Windows color (decimal): -16501619 or 9253892. OLE color: 9253892.

HSL color Cylindrical-coordinate representation of color #04348D: hue angle of 218.98º 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 #04348D is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB452141-
CMYK0.970.6300.45
HSL218.98º94.48%28.43%-
HSV(B)218.98º97.16%55.29%-
XYZ6.094.425.73-
YUV47.79180.696.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 141 (55.47% from 255) = 71.57%
R=2.03%
G=26.40%
B=71.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4521410.970.6300.45218.9894.4828.43
Hex4348D613F02Ddb5e1c
Octal4642151417705533313634
Binary100110100100011011100001111111010110111011011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04348D; }

 p { color: rgb(4,52,141); }

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

<style>
 a { background-color: #04348D; }

 a { background-color: rgb(4,52,141); }

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

<style>
 span { border-color: #04348D; }

 span { border-color: rgb(4,52,141); }

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