Html Css Color HEX #024397 Smalt

📋 copy color: '#024397'

red 2 ◦ green 67 ◦ blue 151

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

Shades of Smalt #024397

Tints of Smalt #024397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 68.64%

R = 0.91%
G = 30.45%
B = 68.64%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#024397 (or 0x024397) is known color: Smalt. HEX triplet: 02, 43 and 97. RGB value is (2,67,151). Sum of RGB (Red+Green+Blue) = 2+67+151=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #024397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024397 is #FDBC68. Grayscale: #383838. Windows color (decimal): -16628841 or 9913090. OLE color: 9913090.

HSL color Cylindrical-coordinate representation of color #024397: hue angle of 213.83º 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 #024397 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 67 151 -
CMYK 0.99 0.56 0 0.41
HSL 213.83º 0.97% 0.3% -
HSV(B) 213.83º 0.99% 0.59% -
XYZ 7.62 6.26 30.09 -
YUV 57.14 180.97 88.67 -
System Red Green Blue C M Y K H S L
Decimal 2 67 151 0.99 0.56 0 0.41 213.83 0.97 0.3
Hex 2 43 97 63 38 0 29 D6 61 1E
Octal 2 103 227 143 70 0 51 326 141 36
Binary 10 1000011 10010111 1100011 111000 0 101001 11010110 1100001 11110

Color Harmonies of #024397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024397

Black with #024397

Text Example


Text Example

White with #024397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024397; }

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

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

background-color css

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

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

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

border-color css

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

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

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