Html Css Color HEX #023694 Smalt

📋 copy color: '#023694'

red 2 ◦ green 54 ◦ blue 148

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

Shades of Smalt #023694

Tints of Smalt #023694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

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

R = 0.98%
G = 26.47%
B = 72.55%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023694 (or 0x023694) is known color: Smalt. HEX triplet: 02, 36 and 94. RGB value is (2,54,148). Sum of RGB (Red+Green+Blue) = 2+54+148=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 148 (58.20% from 255 or 72.55% from 204); Max value from RGB is 148 - color contains mainly: blue. Hex color #023694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023694 is #FDC96B. Grayscale: #303030. Windows color (decimal): -16632172 or 9713154. OLE color: 9713154.

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

Color convert

RGB 2 54 148 -
CMYK 0.99 0.64 0 0.42
HSL 218.63º 0.97% 0.29% -
HSV(B) 218.63º 0.99% 0.58% -
XYZ 6.69 4.79 28.59 -
YUV 49.17 183.77 94.36 -
System Red Green Blue C M Y K H S L
Decimal 2 54 148 0.99 0.64 0 0.42 218.63 0.97 0.29
Hex 2 36 94 63 40 0 2A DB 61 1D
Octal 2 66 224 143 100 0 52 333 141 35
Binary 10 110110 10010100 1100011 1000000 0 101010 11011011 1100001 11101

Color Harmonies of #023694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023694

Black with #023694

Text Example


Text Example

White with #023694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023694; }

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

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

background-color css

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

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

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

border-color css

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

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

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