Html Css Color HEX #023386 Smalt

📋 copy color: '#023386'

red 2 ◦ green 51 ◦ blue 134

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

Shades of Smalt #023386

Tints of Smalt #023386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

 BLUE value IS 134 (52.73% from 255) = 71.66%

R = 1.07%
G = 27.27%
B = 71.66%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#023386 (or 0x023386) is known color: Smalt. HEX triplet: 02, 33 and 86. RGB value is (2,51,134). Sum of RGB (Red+Green+Blue) = 2+51+134=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #023386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023386 is #FDCC79. Grayscale: #2D2D2D. Windows color (decimal): -16632954 or 8794882. OLE color: 8794882.

HSL color Cylindrical-coordinate representation of color #023386: hue angle of 217.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023386 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 51 134 -
CMYK 0.99 0.62 0 0.47
HSL 217.73º 0.97% 0.27% -
HSV(B) 217.73º 0.99% 0.53% -
XYZ 5.51 4.1 23.06 -
YUV 45.81 177.77 96.75 -
System Red Green Blue C M Y K H S L
Decimal 2 51 134 0.99 0.62 0 0.47 217.73 0.97 0.27
Hex 2 33 86 63 3E 0 2F DA 61 1B
Octal 2 63 206 143 76 0 57 332 141 33
Binary 10 110011 10000110 1100011 111110 0 101111 11011010 1100001 11011

Color Harmonies of #023386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023386

Black with #023386

Text Example


Text Example

White with #023386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023386; }

 p { color: rgb(2,51,134); }

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

background-color css

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

 a { background-color: rgb(2,51,134); }

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

border-color css

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

 span { border-color: rgb(2,51,134); }

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