Html Css Color HEX #023294 Smalt

📋 copy color: '#023294'

red 2 ◦ green 50 ◦ blue 148

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

Shades of Smalt #023294

Tints of Smalt #023294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

 BLUE value IS 148 (58.2% from 255) = 74%

R = 1%
G = 25%
B = 74%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023294 (or 0x023294) is known color: Smalt. HEX triplet: 02, 32 and 94. RGB value is (2,50,148). Sum of RGB (Red+Green+Blue) = 2+50+148=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #023294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023294 is #FDCD6B. Grayscale: #2E2E2E. Windows color (decimal): -16633196 or 9712130. OLE color: 9712130.

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

Color convert

RGB 2 50 148 -
CMYK 0.99 0.66 0 0.42
HSL 220.27º 0.97% 0.29% -
HSV(B) 220.27º 0.99% 0.58% -
XYZ 6.51 4.43 28.53 -
YUV 46.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 2 50 148 0.99 0.66 0 0.42 220.27 0.97 0.29
Hex 2 32 94 63 42 0 2A DC 61 1D
Octal 2 62 224 143 102 0 52 334 141 35
Binary 10 110010 10010100 1100011 1000010 0 101010 11011100 1100001 11101

Color Harmonies of #023294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023294

Black with #023294

Text Example


Text Example

White with #023294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023294; }

 p { color: rgb(2,50,148); }

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

background-color css

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

 a { background-color: rgb(2,50,148); }

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

border-color css

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

 span { border-color: rgb(2,50,148); }

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