Html Css Color HEX #04388D Smalt

📋 copy color: '#04388D'

red 4 ◦ green 56 ◦ blue 141

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

Shades of Smalt #04388D

Tints of Smalt #04388D

RGB

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

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

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

R = 1.99%
G = 27.86%
B = 70.15%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04388D (or 0x04388D) is known color: Smalt. HEX triplet: 04, 38 and 8D. RGB value is (4,56,141). Sum of RGB (Red+Green+Blue) = 4+56+141=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #04388D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04388D is #FBC772. Grayscale: #313131. Windows color (decimal): -16500595 or 9254916. OLE color: 9254916.

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

Color convert

RGB 4 56 141 -
CMYK 0.97 0.60 0 0.45
HSL 217.23º 0.94% 0.28% -
HSV(B) 217.23º 0.97% 0.55% -
XYZ 6.27 4.78 25.79 -
YUV 50.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 4 56 141 0.97 0.60 0 0.45 217.23 0.94 0.28
Hex 4 38 8D 61 3C 0 2D D9 5E 1C
Octal 4 70 215 141 74 0 55 331 136 34
Binary 100 111000 10001101 1100001 111100 0 101101 11011001 1011110 11100

Color Harmonies of #04388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04388D

Black with #04388D

Text Example


Text Example

White with #04388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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