#024298

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

Shades of Smalt #024298

Tints of Smalt #024298

Color information

#024298 (or 0x024298) is unknown color: approx Smalt. HEX triplet: 02, 42 and 98. RGB value is (2,66,152). Sum of RGB (Red+Green+Blue) = 2+66+152=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #024298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024298 is #FDBD67. Grayscale: #383838. Windows color (decimal): -16629096 or 9978370. OLE color: 9978370.

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

Color convert

RGB266152-
CMYK0.990.5700.40
HSL214.4º97.4%30.2%-
HSV(B)214.4º98.68%59.61%-
XYZ7.646.1830.5-
YUV56.67181.889.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 152 (59.77% from 255) = 69.09%
R=0.91%
G=30%
B=69.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2661520.990.5700.40214.497.430.2
Hex242986339028d6611e
Octal21022301437105032614136
Binary101000010100110001100011111001010100011010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024298; }

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

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

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

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

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

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

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

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