Html Css Color HEX #04349B Smalt

📋 copy color: '#04349B'

red 4 ◦ green 52 ◦ blue 155

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

Shades of Smalt #04349B

Tints of Smalt #04349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.46%

R = 1.9%
G = 24.64%
B = 73.46%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04349B (or 0x04349B) is known color: Smalt. HEX triplet: 04, 34 and 9B. RGB value is (4,52,155). Sum of RGB (Red+Green+Blue) = 4+52+155=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #04349B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04349B is #FBCB64. Grayscale: #303030. Windows color (decimal): -16501605 or 10171396. OLE color: 10171396.

HSL color Cylindrical-coordinate representation of color #04349B: hue angle of 220.93º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04349B is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 52 155 -
CMYK 0.97 0.66 0 0.39
HSL 220.93º 0.95% 0.31% -
HSV(B) 220.93º 0.97% 0.61% -
XYZ 7.19 4.85 31.57 -
YUV 49.39 187.6 95.62 -
System Red Green Blue C M Y K H S L
Decimal 4 52 155 0.97 0.66 0 0.39 220.93 0.95 0.31
Hex 4 34 9B 61 42 0 27 DD 5F 1F
Octal 4 64 233 141 102 0 47 335 137 37
Binary 100 110100 10011011 1100001 1000010 0 100111 11011101 1011111 11111

Color Harmonies of #04349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04349B

Black with #04349B

Text Example


Text Example

White with #04349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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