Html Css Color HEX #042388 Smalt

📋 copy color: '#042388'

red 4 ◦ green 35 ◦ blue 136

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

Shades of Smalt #042388

Tints of Smalt #042388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20%

 BLUE value IS 136 (53.52% from 255) = 77.71%

R = 2.29%
G = 20%
B = 77.71%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#042388 (or 0x042388) is known color: Smalt. HEX triplet: 04, 23 and 88. RGB value is (4,35,136). Sum of RGB (Red+Green+Blue) = 4+35+136=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #042388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042388 is #FBDC77. Grayscale: #242424. Windows color (decimal): -16505976 or 8921860. OLE color: 8921860.

HSL color Cylindrical-coordinate representation of color #042388: hue angle of 225.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042388 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 35 136 -
CMYK 0.97 0.74 0 0.47
HSL 225.91º 0.94% 0.27% -
HSV(B) 225.91º 0.97% 0.53% -
XYZ 5.1 3.01 23.6 -
YUV 37.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 4 35 136 0.97 0.74 0 0.47 225.91 0.94 0.27
Hex 4 23 88 61 4A 0 2F E2 5E 1B
Octal 4 43 210 141 112 0 57 342 136 33
Binary 100 100011 10001000 1100001 1001010 0 101111 11100010 1011110 11011

Color Harmonies of #042388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042388

Black with #042388

Text Example


Text Example

White with #042388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042388; }

 p { color: rgb(4,35,136); }

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

background-color css

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

 a { background-color: rgb(4,35,136); }

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

border-color css

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

 span { border-color: rgb(4,35,136); }

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