Html Css Color HEX #04358A Smalt

📋 copy color: '#04358A'

red 4 ◦ green 53 ◦ blue 138

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

Shades of Smalt #04358A

Tints of Smalt #04358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 70.77%

R = 2.05%
G = 27.18%
B = 70.77%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04358A (or 0x04358A) is known color: Smalt. HEX triplet: 04, 35 and 8A. RGB value is (4,53,138). Sum of RGB (Red+Green+Blue) = 4+53+138=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #04358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04358A is #FBCA75. Grayscale: #2F2F2F. Windows color (decimal): -16501366 or 9057540. OLE color: 9057540.

HSL color Cylindrical-coordinate representation of color #04358A: hue angle of 218.06º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04358A is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 53 138 -
CMYK 0.97 0.62 0 0.46
HSL 218.06º 0.94% 0.28% -
HSV(B) 218.06º 0.97% 0.54% -
XYZ 5.91 4.41 24.58 -
YUV 48.04 178.77 96.59 -
System Red Green Blue C M Y K H S L
Decimal 4 53 138 0.97 0.62 0 0.46 218.06 0.94 0.28
Hex 4 35 8A 61 3E 0 2E DA 5E 1C
Octal 4 65 212 141 76 0 56 332 136 34
Binary 100 110101 10001010 1100001 111110 0 101110 11011010 1011110 11100

Color Harmonies of #04358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04358A

Black with #04358A

Text Example


Text Example

White with #04358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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