Html Css Color HEX #023494 Smalt

📋 copy color: '#023494'

red 2 ◦ green 52 ◦ blue 148

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

Shades of Smalt #023494

Tints of Smalt #023494

RGB

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

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

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

R = 0.99%
G = 25.74%
B = 73.27%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023494 (or 0x023494) is known color: Smalt. HEX triplet: 02, 34 and 94. RGB value is (2,52,148). Sum of RGB (Red+Green+Blue) = 2+52+148=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #023494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023494 is #FDCB6B. Grayscale: #2F2F2F. Windows color (decimal): -16632684 or 9712642. OLE color: 9712642.

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

Color convert

RGB 2 52 148 -
CMYK 0.99 0.65 0 0.42
HSL 219.45º 0.97% 0.29% -
HSV(B) 219.45º 0.99% 0.58% -
XYZ 6.6 4.61 28.56 -
YUV 47.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 2 52 148 0.99 0.65 0 0.42 219.45 0.97 0.29
Hex 2 34 94 63 41 0 2A DB 61 1D
Octal 2 64 224 143 101 0 52 333 141 35
Binary 10 110100 10010100 1100011 1000001 0 101010 11011011 1100001 11101

Color Harmonies of #023494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023494

Black with #023494

Text Example


Text Example

White with #023494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023494; }

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

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

background-color css

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

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

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

border-color css

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

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

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