Html Css Color HEX #023498 Smalt

📋 copy color: '#023498'

red 2 ◦ green 52 ◦ blue 152

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

Shades of Smalt #023498

Tints of Smalt #023498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.24%

 BLUE value IS 152 (59.77% from 255) = 73.79%

R = 0.97%
G = 25.24%
B = 73.79%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#023498 (or 0x023498) is known color: Smalt. HEX triplet: 02, 34 and 98. RGB value is (2,52,152). Sum of RGB (Red+Green+Blue) = 2+52+152=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #023498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023498 is #FDCB67. Grayscale: #303030. Windows color (decimal): -16632680 or 9974786. OLE color: 9974786.

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

Color convert

RGB 2 52 152 -
CMYK 0.99 0.66 0 0.40
HSL 220º 0.97% 0.3% -
HSV(B) 220º 0.99% 0.6% -
XYZ 6.92 4.74 30.26 -
YUV 48.45 186.44 94.87 -
System Red Green Blue C M Y K H S L
Decimal 2 52 152 0.99 0.66 0 0.40 220 0.97 0.3
Hex 2 34 98 63 42 0 28 DC 61 1E
Octal 2 64 230 143 102 0 50 334 141 36
Binary 10 110100 10011000 1100011 1000010 0 101000 11011100 1100001 11110

Color Harmonies of #023498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023498

Black with #023498

Text Example


Text Example

White with #023498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023498; }

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

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

background-color css

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

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

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

border-color css

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

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

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