Html Css Color HEX #023286 Smalt

📋 copy color: '#023286'

red 2 ◦ green 50 ◦ blue 134

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

Shades of Smalt #023286

Tints of Smalt #023286

RGB

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

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

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

R = 1.08%
G = 26.88%
B = 72.04%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#023286 (or 0x023286) is known color: Smalt. HEX triplet: 02, 32 and 86. RGB value is (2,50,134). Sum of RGB (Red+Green+Blue) = 2+50+134=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 134 (52.73% from 255 or 72.04% from 186); Max value from RGB is 134 - color contains mainly: blue. Hex color #023286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023286 is #FDCD79. Grayscale: #2C2C2C. Windows color (decimal): -16633210 or 8794626. OLE color: 8794626.

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

Color convert

RGB 2 50 134 -
CMYK 0.99 0.63 0 0.47
HSL 218.18º 0.97% 0.27% -
HSV(B) 218.18º 0.99% 0.53% -
XYZ 5.47 4.02 23.04 -
YUV 45.22 178.1 97.17 -
System Red Green Blue C M Y K H S L
Decimal 2 50 134 0.99 0.63 0 0.47 218.18 0.97 0.27
Hex 2 32 86 63 3F 0 2F DA 61 1B
Octal 2 62 206 143 77 0 57 332 141 33
Binary 10 110010 10000110 1100011 111111 0 101111 11011010 1100001 11011

Color Harmonies of #023286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023286

Black with #023286

Text Example


Text Example

White with #023286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023286; }

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

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

background-color css

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

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

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

border-color css

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

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

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