#024398

Color #024398 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #024398

Tints of Smalt #024398

Color information

#024398 (or 0x024398) is unknown color: approx Smalt. HEX triplet: 02, 43 and 98. RGB value is (2,67,152). Sum of RGB (Red+Green+Blue) = 2+67+152=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #024398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024398 is #FDBC67. Grayscale: #383838. Windows color (decimal): -16628840 or 9978626. OLE color: 9978626.

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

Color convert

RGB267152-
CMYK0.990.5600.40
HSL214º97.4%30.2%-
HSV(B)214º98.68%59.61%-
XYZ7.76.2930.51-
YUV57.26181.4788.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 152 (59.77% from 255) = 68.78%
R=0.90%
G=30.32%
B=68.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2671520.990.5600.4021497.430.2
Hex243986338028d6611e
Octal21032301437005032614136
Binary101000011100110001100011111000010100011010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024398; }

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

 H1.HeaderClassName
 {
   color: #024398;
 }
 .AnyTagClassName
 {
   color: #024398;
 }
</style>
background-color css

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

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

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

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

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

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