Html Css Color HEX #042288 Smalt

📋 copy color: '#042288'

red 4 ◦ green 34 ◦ blue 136

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

Shades of Smalt #042288

Tints of Smalt #042288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

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

R = 2.3%
G = 19.54%
B = 78.16%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#042288 (or 0x042288) is known color: Smalt. HEX triplet: 04, 22 and 88. RGB value is (4,34,136). Sum of RGB (Red+Green+Blue) = 4+34+136=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #042288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042288 is #FBDD77. Grayscale: #242424. Windows color (decimal): -16506232 or 8921604. OLE color: 8921604.

HSL color Cylindrical-coordinate representation of color #042288: hue angle of 226.36º 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 #042288 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 34 136 -
CMYK 0.97 0.75 0 0.47
HSL 226.36º 0.94% 0.27% -
HSV(B) 226.36º 0.97% 0.53% -
XYZ 5.07 2.95 23.59 -
YUV 36.66 184.06 104.71 -
System Red Green Blue C M Y K H S L
Decimal 4 34 136 0.97 0.75 0 0.47 226.36 0.94 0.27
Hex 4 22 88 61 4B 0 2F E2 5E 1B
Octal 4 42 210 141 113 0 57 342 136 33
Binary 100 100010 10001000 1100001 1001011 0 101111 11100010 1011110 11011

Color Harmonies of #042288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042288

Black with #042288

Text Example


Text Example

White with #042288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042288; }

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

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

background-color css

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

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

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

border-color css

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

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

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