Html Css Color HEX #024396 Smalt

📋 copy color: '#024396'

red 2 ◦ green 67 ◦ blue 150

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

Shades of Smalt #024396

Tints of Smalt #024396

RGB

 RED value IS 2 (1.17% from 255) = 0.91%

 GREEN value IS 67 (26.56% from 255) = 30.59%

 BLUE value IS 150 (58.98% from 255) = 68.49%

R = 0.91%
G = 30.59%
B = 68.49%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#024396 (or 0x024396) is known color: Smalt. HEX triplet: 02, 43 and 96. RGB value is (2,67,150). Sum of RGB (Red+Green+Blue) = 2+67+150=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #024396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024396 is #FDBC69. Grayscale: #383838. Windows color (decimal): -16628842 or 9847554. OLE color: 9847554.

HSL color Cylindrical-coordinate representation of color #024396: hue angle of 213.65º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024396 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 67 150 -
CMYK 0.99 0.55 0 0.41
HSL 213.65º 0.97% 0.3% -
HSV(B) 213.65º 0.99% 0.59% -
XYZ 7.54 6.23 29.66 -
YUV 57.03 180.47 88.75 -
System Red Green Blue C M Y K H S L
Decimal 2 67 150 0.99 0.55 0 0.41 213.65 0.97 0.3
Hex 2 43 96 63 37 0 29 D6 61 1E
Octal 2 103 226 143 67 0 51 326 141 36
Binary 10 1000011 10010110 1100011 110111 0 101001 11010110 1100001 11110

Color Harmonies of #024396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024396

Black with #024396

Text Example


Text Example

White with #024396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024396; }

 p { color: rgb(2,67,150); }

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

background-color css

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

 a { background-color: rgb(2,67,150); }

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

border-color css

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

 span { border-color: rgb(2,67,150); }

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