Html Css Color HEX #024394 Smalt

📋 copy color: '#024394'

red 2 ◦ green 67 ◦ blue 148

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

Shades of Smalt #024394

Tints of Smalt #024394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.2%

R = 0.92%
G = 30.88%
B = 68.2%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024394 (or 0x024394) is known color: Smalt. HEX triplet: 02, 43 and 94. RGB value is (2,67,148). Sum of RGB (Red+Green+Blue) = 2+67+148=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #024394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024394 is #FDBC6B. Grayscale: #383838. Windows color (decimal): -16628844 or 9716482. OLE color: 9716482.

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

Color convert

RGB 2 67 148 -
CMYK 0.99 0.55 0 0.42
HSL 213.29º 0.97% 0.29% -
HSV(B) 213.29º 0.99% 0.58% -
XYZ 7.38 6.17 28.82 -
YUV 56.8 179.47 88.91 -
System Red Green Blue C M Y K H S L
Decimal 2 67 148 0.99 0.55 0 0.42 213.29 0.97 0.29
Hex 2 43 94 63 37 0 2A D5 61 1D
Octal 2 103 224 143 67 0 52 325 141 35
Binary 10 1000011 10010100 1100011 110111 0 101010 11010101 1100001 11101

Color Harmonies of #024394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024394

Black with #024394

Text Example


Text Example

White with #024394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024394; }

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

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

background-color css

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

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

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

border-color css

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

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

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