Html Css Color HEX #320ECE Medium Blue

📋 copy color: '#320ECE'

red 50 ◦ green 14 ◦ blue 206

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

Shades of Medium Blue #320ECE

Tints of Medium Blue #320ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 18.52%
G = 5.19%
B = 76.3%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#320ECE (or 0x320ECE) is known color: Medium Blue. HEX triplet: 32, 0E and CE. RGB value is (50,14,206). Sum of RGB (Red+Green+Blue) = 50+14+206=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #320ECE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ECE is #CDF131. Grayscale: #2D2D2D. Windows color (decimal): -13496626 or 13504050. OLE color: 13504050.

HSL color Cylindrical-coordinate representation of color #320ECE: hue angle of 251.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320ECE is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 14 206 -
CMYK 0.76 0.93 0 0.19
HSL 251.25º 0.87% 0.43% -
HSV(B) 251.25º 0.93% 0.81% -
XYZ 12.61 5.45 58.78 -
YUV 46.65 217.93 130.39 -
System Red Green Blue C M Y K H S L
Decimal 50 14 206 0.76 0.93 0 0.19 251.25 0.87 0.43
Hex 32 E CE 4C 5D 0 13 FB 57 2B
Octal 62 16 316 114 135 0 23 373 127 53
Binary 110010 1110 11001110 1001100 1011101 0 10011 11111011 1010111 101011

Color Harmonies of #320ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320ECE

Black with #320ECE

Text Example


Text Example

White with #320ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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