Html Css Color HEX #04349D Smalt

📋 copy color: '#04349D'

red 4 ◦ green 52 ◦ blue 157

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

Shades of Smalt #04349D

Tints of Smalt #04349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 73.71%

R = 1.88%
G = 24.41%
B = 73.71%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04349D (or 0x04349D) is known color: Smalt. HEX triplet: 04, 34 and 9D. RGB value is (4,52,157). Sum of RGB (Red+Green+Blue) = 4+52+157=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #04349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04349D is #FBCB62. Grayscale: #313131. Windows color (decimal): -16501603 or 10302468. OLE color: 10302468.

HSL color Cylindrical-coordinate representation of color #04349D: hue angle of 221.18º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04349D is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 52 157 -
CMYK 0.97 0.67 0 0.38
HSL 221.18º 0.95% 0.32% -
HSV(B) 221.18º 0.97% 0.62% -
XYZ 7.36 4.92 32.46 -
YUV 49.62 188.6 95.46 -
System Red Green Blue C M Y K H S L
Decimal 4 52 157 0.97 0.67 0 0.38 221.18 0.95 0.32
Hex 4 34 9D 61 43 0 26 DD 5F 20
Octal 4 64 235 141 103 0 46 335 137 40
Binary 100 110100 10011101 1100001 1000011 0 100110 11011101 1011111 100000

Color Harmonies of #04349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04349D

Black with #04349D

Text Example


Text Example

White with #04349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04349D;
 }
 .AnyTagClassName
 {
   color: #04349D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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