Html Css Color HEX #04388F Smalt

📋 copy color: '#04388F'

red 4 ◦ green 56 ◦ blue 143

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

Shades of Smalt #04388F

Tints of Smalt #04388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 70.44%

R = 1.97%
G = 27.59%
B = 70.44%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04388F (or 0x04388F) is known color: Smalt. HEX triplet: 04, 38 and 8F. RGB value is (4,56,143). Sum of RGB (Red+Green+Blue) = 4+56+143=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #04388F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04388F is #FBC770. Grayscale: #313131. Windows color (decimal): -16500593 or 9385988. OLE color: 9385988.

HSL color Cylindrical-coordinate representation of color #04388F: hue angle of 217.55º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04388F is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 56 143 -
CMYK 0.97 0.61 0 0.44
HSL 217.55º 0.95% 0.29% -
HSV(B) 217.55º 0.97% 0.56% -
XYZ 6.42 4.84 26.58 -
YUV 50.37 180.27 94.93 -
System Red Green Blue C M Y K H S L
Decimal 4 56 143 0.97 0.61 0 0.44 217.55 0.95 0.29
Hex 4 38 8F 61 3D 0 2C DA 5F 1D
Octal 4 70 217 141 75 0 54 332 137 35
Binary 100 111000 10001111 1100001 111101 0 101100 11011010 1011111 11101

Color Harmonies of #04388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04388F

Black with #04388F

Text Example


Text Example

White with #04388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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