Html Css Color HEX #023492 Smalt

📋 copy color: '#023492'

red 2 ◦ green 52 ◦ blue 146

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

Shades of Smalt #023492

Tints of Smalt #023492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 73%

R = 1%
G = 26%
B = 73%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023492 (or 0x023492) is known color: Smalt. HEX triplet: 02, 34 and 92. RGB value is (2,52,146). Sum of RGB (Red+Green+Blue) = 2+52+146=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #023492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023492 is #FDCB6D. Grayscale: #2F2F2F. Windows color (decimal): -16632686 or 9581570. OLE color: 9581570.

HSL color Cylindrical-coordinate representation of color #023492: hue angle of 219.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023492 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 52 146 -
CMYK 0.99 0.64 0 0.43
HSL 219.17º 0.97% 0.29% -
HSV(B) 219.17º 0.99% 0.57% -
XYZ 6.44 4.54 27.73 -
YUV 47.77 183.44 95.36 -
System Red Green Blue C M Y K H S L
Decimal 2 52 146 0.99 0.64 0 0.43 219.17 0.97 0.29
Hex 2 34 92 63 40 0 2B DB 61 1D
Octal 2 64 222 143 100 0 53 333 141 35
Binary 10 110100 10010010 1100011 1000000 0 101011 11011011 1100001 11101

Color Harmonies of #023492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023492

Black with #023492

Text Example


Text Example

White with #023492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023492; }

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

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

background-color css

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

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

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

border-color css

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

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

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