Html Css Color HEX #04359B Smalt

📋 copy color: '#04359B'

red 4 ◦ green 53 ◦ blue 155

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

Shades of Smalt #04359B

Tints of Smalt #04359B

RGB

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

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

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

R = 1.89%
G = 25%
B = 73.11%

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

#04359B (or 0x04359B) is known color: Smalt. HEX triplet: 04, 35 and 9B. RGB value is (4,53,155). Sum of RGB (Red+Green+Blue) = 4+53+155=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #04359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04359B is #FBCA64. Grayscale: #313131. Windows color (decimal): -16501349 or 10171652. OLE color: 10171652.

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

Color convert

RGB 4 53 155 -
CMYK 0.97 0.66 0 0.39
HSL 220.53º 0.95% 0.31% -
HSV(B) 220.53º 0.97% 0.61% -
XYZ 7.24 4.94 31.58 -
YUV 49.98 187.27 95.21 -
System Red Green Blue C M Y K H S L
Decimal 4 53 155 0.97 0.66 0 0.39 220.53 0.95 0.31
Hex 4 35 9B 61 42 0 27 DD 5F 1F
Octal 4 65 233 141 102 0 47 335 137 37
Binary 100 110101 10011011 1100001 1000010 0 100111 11011101 1011111 11111

Color Harmonies of #04359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04359B

Black with #04359B

Text Example


Text Example

White with #04359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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