Html Css Color HEX #04389B Smalt

📋 copy color: '#04389B'

red 4 ◦ green 56 ◦ blue 155

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

Shades of Smalt #04389B

Tints of Smalt #04389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

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

R = 1.86%
G = 26.05%
B = 72.09%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04389B (or 0x04389B) is known color: Smalt. HEX triplet: 04, 38 and 9B. RGB value is (4,56,155). Sum of RGB (Red+Green+Blue) = 4+56+155=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #04389B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04389B is #FBC764. Grayscale: #333333. Windows color (decimal): -16500581 or 10172420. OLE color: 10172420.

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

Color convert

RGB 4 56 155 -
CMYK 0.97 0.64 0 0.39
HSL 219.34º 0.95% 0.31% -
HSV(B) 219.34º 0.97% 0.61% -
XYZ 7.38 5.22 31.63 -
YUV 51.74 186.27 93.95 -
System Red Green Blue C M Y K H S L
Decimal 4 56 155 0.97 0.64 0 0.39 219.34 0.95 0.31
Hex 4 38 9B 61 40 0 27 DB 5F 1F
Octal 4 70 233 141 100 0 47 333 137 37
Binary 100 111000 10011011 1100001 1000000 0 100111 11011011 1011111 11111

Color Harmonies of #04389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04389B

Black with #04389B

Text Example


Text Example

White with #04389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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