Html Css Color HEX #320EBE Medium Blue

📋 copy color: '#320EBE'

red 50 ◦ green 14 ◦ blue 190

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

Shades of Medium Blue #320EBE

Tints of Medium Blue #320EBE

RGB

 RED value IS 50 (19.92% from 255) = 19.69%

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 190 (74.61% from 255) = 74.8%

R = 19.69%
G = 5.51%
B = 74.8%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#320EBE (or 0x320EBE) is known color: Medium Blue. HEX triplet: 32, 0E and BE. RGB value is (50,14,190). Sum of RGB (Red+Green+Blue) = 50+14+190=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #320EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320EBE is #CDF141. Grayscale: #2C2C2C. Windows color (decimal): -13496642 or 12455474. OLE color: 12455474.

HSL color Cylindrical-coordinate representation of color #320EBE: hue angle of 252.27º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320EBE is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 14 190 -
CMYK 0.74 0.93 0 0.25
HSL 252.27º 0.86% 0.4% -
HSV(B) 252.27º 0.93% 0.75% -
XYZ 10.77 4.71 49.06 -
YUV 44.83 209.93 131.69 -
System Red Green Blue C M Y K H S L
Decimal 50 14 190 0.74 0.93 0 0.25 252.27 0.86 0.4
Hex 32 E BE 4A 5D 0 19 FC 56 28
Octal 62 16 276 112 135 0 31 374 126 50
Binary 110010 1110 10111110 1001010 1011101 0 11001 11111100 1010110 101000

Color Harmonies of #320EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320EBE

Black with #320EBE

Text Example


Text Example

White with #320EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320EBE; }

 p { color: rgb(50,14,190); }

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

background-color css

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

 a { background-color: rgb(50,14,190); }

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

border-color css

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

 span { border-color: rgb(50,14,190); }

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