Html Css Color HEX #024395 Smalt

📋 copy color: '#024395'

red 2 ◦ green 67 ◦ blue 149

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

Shades of Smalt #024395

Tints of Smalt #024395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 0.92%
G = 30.73%
B = 68.35%

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

#024395 (or 0x024395) is known color: Smalt. HEX triplet: 02, 43 and 95. RGB value is (2,67,149). Sum of RGB (Red+Green+Blue) = 2+67+149=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #024395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024395 is #FDBC6A. Grayscale: #383838. Windows color (decimal): -16628843 or 9782018. OLE color: 9782018.

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

Color convert

RGB 2 67 149 -
CMYK 0.99 0.55 0 0.42
HSL 213.47º 0.97% 0.3% -
HSV(B) 213.47º 0.99% 0.58% -
XYZ 7.46 6.2 29.24 -
YUV 56.91 179.97 88.83 -
System Red Green Blue C M Y K H S L
Decimal 2 67 149 0.99 0.55 0 0.42 213.47 0.97 0.3
Hex 2 43 95 63 37 0 2A D5 61 1E
Octal 2 103 225 143 67 0 52 325 141 36
Binary 10 1000011 10010101 1100011 110111 0 101010 11010101 1100001 11110

Color Harmonies of #024395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024395

Black with #024395

Text Example


Text Example

White with #024395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024395; }

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

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

background-color css

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

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

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

border-color css

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

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

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