Html Css Color HEX #04358D Smalt

📋 copy color: '#04358D'

red 4 ◦ green 53 ◦ blue 141

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

Shades of Smalt #04358D

Tints of Smalt #04358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.77%

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

R = 2.02%
G = 26.77%
B = 71.21%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04358D (or 0x04358D) is known color: Smalt. HEX triplet: 04, 35 and 8D. RGB value is (4,53,141). Sum of RGB (Red+Green+Blue) = 4+53+141=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #04358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04358D is #FBCA72. Grayscale: #2F2F2F. Windows color (decimal): -16501363 or 9254148. OLE color: 9254148.

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

Color convert

RGB 4 53 141 -
CMYK 0.97 0.62 0 0.45
HSL 218.54º 0.94% 0.28% -
HSV(B) 218.54º 0.97% 0.55% -
XYZ 6.13 4.5 25.74 -
YUV 48.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 4 53 141 0.97 0.62 0 0.45 218.54 0.94 0.28
Hex 4 35 8D 61 3E 0 2D DB 5E 1C
Octal 4 65 215 141 76 0 55 333 136 34
Binary 100 110101 10001101 1100001 111110 0 101101 11011011 1011110 11100

Color Harmonies of #04358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04358D

Black with #04358D

Text Example


Text Example

White with #04358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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