Html Css Color HEX #04348B Smalt

📋 copy color: '#04348B'

red 4 ◦ green 52 ◦ blue 139

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

Shades of Smalt #04348B

Tints of Smalt #04348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 71.28%

R = 2.05%
G = 26.67%
B = 71.28%

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

#04348B (or 0x04348B) is known color: Smalt. HEX triplet: 04, 34 and 8B. RGB value is (4,52,139). Sum of RGB (Red+Green+Blue) = 4+52+139=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #04348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04348B is #FBCB74. Grayscale: #2F2F2F. Windows color (decimal): -16501621 or 9122820. OLE color: 9122820.

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

Color convert

RGB 4 52 139 -
CMYK 0.97 0.63 0 0.45
HSL 218.67º 0.94% 0.28% -
HSV(B) 218.67º 0.97% 0.55% -
XYZ 5.94 4.35 24.95 -
YUV 47.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 4 52 139 0.97 0.63 0 0.45 218.67 0.94 0.28
Hex 4 34 8B 61 3F 0 2D DB 5E 1C
Octal 4 64 213 141 77 0 55 333 136 34
Binary 100 110100 10001011 1100001 111111 0 101101 11011011 1011110 11100

Color Harmonies of #04348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04348B

Black with #04348B

Text Example


Text Example

White with #04348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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