Html Css Color HEX #04348D Smalt

📋 copy color: '#04348D'

red 4 ◦ green 52 ◦ blue 141

#04348D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #04348D

Tints of Smalt #04348D

RGB

 RED value IS 4 (1.95% from 255) = 2.03%

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 141 (55.47% from 255) = 71.57%

R = 2.03%
G = 26.4%
B = 71.57%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04348D (or 0x04348D) is known color: 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

RGB 4 52 141 -
CMYK 0.97 0.63 0 0.45
HSL 218.98º 0.94% 0.28% -
HSV(B) 218.98º 0.97% 0.55% -
XYZ 6.09 4.4 25.73 -
YUV 47.79 180.6 96.76 -
System Red Green Blue C M Y K H S L
Decimal 4 52 141 0.97 0.63 0 0.45 218.98 0.94 0.28
Hex 4 34 8D 61 3F 0 2D DB 5E 1C
Octal 4 64 215 141 77 0 55 333 136 34
Binary 100 110100 10001101 1100001 111111 0 101101 11011011 1011110 11100

Color Harmonies of #04348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04348D

Black with #04348D

Text Example


Text Example

White with #04348D

Text Example


Text Example

HTML Codes & Css Web 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>